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

lib-python/3/test/test_inspect::unmodified

== PyPy 3.12.13 (a3c6b428e7a8, Jul 09 2026, 07:29:29) [PyPy 8.0.0-alpha0 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
== Linux-4.19.90-2202.1.0.0136.oe1.aarch64-aarch64-with-glibc2.17 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_244365æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 901204330
0:00:00 load avg: 0.68 Run 1 test sequentially in a single process
0:00:00 load avg: 0.68 [1/1] test_inspect.test_inspect
test__all__ (test.test_inspect.test_inspect.IsTestBase.test__all__) ... ok
test_class_async_method (test.test_inspect.test_inspect.TestBlockComments.test_class_async_method) ... ok
test_class_method (test.test_inspect.test_inspect.TestBlockComments.test_class_method) ... ok
test_toplevel_class (test.test_inspect.test_inspect.TestBlockComments.test_toplevel_class) ... ok
test_signature_bound_arguments_apply_defaults (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_apply_defaults) ... ok
test_signature_bound_arguments_arguments_type (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_arguments_type) ... ok
test_signature_bound_arguments_equality (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_equality) ... ok
test_signature_bound_arguments_pickle (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_pickle) ... ok
test_signature_bound_arguments_repr (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_repr) ... ok
test_signature_bound_arguments_unhashable (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_unhashable) ... ok
test_class_decorator (test.test_inspect.test_inspect.TestBuggyCases.test_class_decorator) ... ok
test_class_definition_in_multiline_comment (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_comment) ... ok
test_class_definition_in_multiline_string_definition (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_string_definition) ... ok
test_class_inside_conditional (test.test_inspect.test_inspect.TestBuggyCases.test_class_inside_conditional) ... ok
test_findsource_binary (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_binary) ... skipped 'unicodedata is not an external binary module'
test_findsource_code_in_linecache (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_code_in_linecache) ... ok
test_findsource_with_out_of_bounds_lineno (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_with_out_of_bounds_lineno) ... ok
test_findsource_without_filename (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_without_filename) ... ok
test_getsource_on_method (test.test_inspect.test_inspect.TestBuggyCases.test_getsource_on_method) ... ok
test_method_in_dynamic_class (test.test_inspect.test_inspect.TestBuggyCases.test_method_in_dynamic_class) ... ok
test_multiline_sig (test.test_inspect.test_inspect.TestBuggyCases.test_multiline_sig) ... ok
test_multiple_children_classes (test.test_inspect.test_inspect.TestBuggyCases.test_multiple_children_classes) ... ok
test_nested_class (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class) ... ok
test_nested_class_definition (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition) ... ok
test_nested_class_definition_indented_string (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_indented_string) ... ok
test_nested_class_definition_inside_async_function (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_async_function) ... ok
test_nested_class_definition_inside_function (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_function) ... ok
test_nested_func (test.test_inspect.test_inspect.TestBuggyCases.test_nested_func) ... ok
test_one_liner_dedent_non_name (test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_dedent_non_name) ... ok
test_one_liner_followed_by_non_name (test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_followed_by_non_name) ... ok
test_with_comment (test.test_inspect.test_inspect.TestBuggyCases.test_with_comment) ... ok
test_with_comment_instead_of_docstring (test.test_inspect.test_inspect.TestBuggyCases.test_with_comment_instead_of_docstring) ... ok
test_argspec_api_ignores_wrapped (test.test_inspect.test_inspect.TestClassesAndFunctions.test_argspec_api_ignores_wrapped) ... ok
test_classify_DynamicClassAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_DynamicClassAttribute) ... ok
test_classify_VirtualAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute) ... ok
test_classify_VirtualAttribute_multi_classes (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute_multi_classes) ... ok
test_classify_builtin_types (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_builtin_types) ... ok
test_classify_class_attrs_with_buggy_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_class_attrs_with_buggy_dir) ... ok
test_classify_metaclass_class_attribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_metaclass_class_attribute) ... ok
test_classify_newstyle (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_newstyle) ... ok
test_classify_overrides_bool (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_overrides_bool) ... ok
test_get_annotations_with_stock_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stock_annotations) ... ok
test_get_annotations_with_stringized_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stringized_annotations) ... ok
test_getfullargspec (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec) ... ok
test_getfullargspec_builtin_func (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func) ... skipped 'implementation detail specific to cpython'
test_getfullargspec_builtin_func_no_signature (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func_no_signature) ... skipped 'implementation detail specific to cpython'
test_getfullargspec_builtin_methods (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_methods) ... ok
test_getfullargspec_definition_order_preserved_on_kwonly (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_definition_order_preserved_on_kwonly) ... ok
test_getfullargspec_signature_annos (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_annos) ... ok
test_getfullargspec_signature_attr (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_attr) ... ok
test_getmembers_VirtualAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_VirtualAttribute) ... ok
test_getmembers_custom_broken_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_broken_dir) ... ok
test_getmembers_custom_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_dir) ... ok
test_getmembers_custom_duplicated_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_duplicated_dir) ... ok
test_getmembers_descriptors (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_descriptors) ... ok
test_getmembers_method (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_method) ... ok
test_getmembers_static (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_static) ... ok
test_getmembers_with_buggy_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_with_buggy_dir) ... ok
test_newstyle_mro (test.test_inspect.test_inspect.TestClassesAndFunctions.test_newstyle_mro) ... ok
test_pep695_generic_class_with_future_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations) ... ok
test_pep695_generic_class_with_future_annotations_and_local_shadowing (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations_and_local_shadowing) ... ok
test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars) ... ok
test_pep_695_generic_function_with_future_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_function_with_future_annotations) ... ok
test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars) ... ok
test_pep_695_generic_method_with_future_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations) ... ok
test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars) ... ok
test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars) ... ok
test_pep_695_generics_with_future_annotations_nested_in_function (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generics_with_future_annotations_nested_in_function) ... ok
test_parens_in_decorator (test.test_inspect.test_inspect.TestComplexDecorator.test_parens_in_decorator) ... ok
test_decorator_with_lambda (test.test_inspect.test_inspect.TestDecorators.test_decorator_with_lambda) ... ok
test_getsource_unwrap (test.test_inspect.test_inspect.TestDecorators.test_getsource_unwrap) ... ok
test_replacing_decorator (test.test_inspect.test_inspect.TestDecorators.test_replacing_decorator) ... ok
test_wrapped_decorator (test.test_inspect.test_inspect.TestDecorators.test_wrapped_decorator) ... ok
test_typing_replacement (test.test_inspect.test_inspect.TestFormatAnnotation.test_typing_replacement) ... ok
test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_exhaustion) ... ERROR
test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_immediate_exception) ... ERROR
test_created (test.test_inspect.test_inspect.TestGetAsyncGenState.test_created) ... ERROR
test_easy_debugging (test.test_inspect.test_inspect.TestGetAsyncGenState.test_easy_debugging) ... ok
test_getasyncgenlocals (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals) ... ok
test_getasyncgenlocals_empty (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_empty) ... ok
test_getasyncgenlocals_error (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_error) ... ok
test_running (test.test_inspect.test_inspect.TestGetAsyncGenState.test_running) ... ERROR
test_suspended (test.test_inspect.test_inspect.TestGetAsyncGenState.test_suspended) ... ERROR
test_attribute_same_name_as_global_var (test.test_inspect.test_inspect.TestGetClosureVars.test_attribute_same_name_as_global_var) ... FAIL
test_builtins_as_dict (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_dict) ... FAIL
test_builtins_as_module (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_module) ... FAIL
test_builtins_fallback (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_fallback) ... FAIL
test_generator_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_generator_closure) ... FAIL
test_getclosurevars_empty (test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_empty) ... ok
test_getclosurevars_error (test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_error) ... ok
test_method_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_method_closure) ... FAIL
test_name_resolution (test.test_inspect.test_inspect.TestGetClosureVars.test_name_resolution) ... FAIL
test_nonlocal_vars (test.test_inspect.test_inspect.TestGetClosureVars.test_nonlocal_vars) ... ok
test_closed_after_close (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_close) ... ok
test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_exhaustion) ... ok
test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_immediate_exception) ... ok
test_created (test.test_inspect.test_inspect.TestGetCoroutineState.test_created) ... ok
test_easy_debugging (test.test_inspect.test_inspect.TestGetCoroutineState.test_easy_debugging) ... ok
test_getcoroutinelocals (test.test_inspect.test_inspect.TestGetCoroutineState.test_getcoroutinelocals) ... ok
test_suspended (test.test_inspect.test_inspect.TestGetCoroutineState.test_suspended) ... ok
test_closed_after_close (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_close) ... ok
test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_exhaustion) ... ok
test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_immediate_exception) ... ok
test_created (test.test_inspect.test_inspect.TestGetGeneratorState.test_created) ... ok
test_easy_debugging (test.test_inspect.test_inspect.TestGetGeneratorState.test_easy_debugging) ... ok
test_getgeneratorlocals (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals) ... ok
test_getgeneratorlocals_empty (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_empty) ... ok
test_getgeneratorlocals_error (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_error) ... ok
test_running (test.test_inspect.test_inspect.TestGetGeneratorState.test_running) ... ok
test_suspended (test.test_inspect.test_inspect.TestGetGeneratorState.test_suspended) ... ok
test_basic (test.test_inspect.test_inspect.TestGetattrStatic.test_basic) ... ok
test_cache_does_not_cause_classes_to_persist (test.test_inspect.test_inspect.TestGetattrStatic.test_cache_does_not_cause_classes_to_persist) ... ok
test_classAttribute (test.test_inspect.test_inspect.TestGetattrStatic.test_classAttribute) ... ok
test_classVirtualAttribute (test.test_inspect.test_inspect.TestGetattrStatic.test_classVirtualAttribute) ... ok
test_class_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_class_as_property) ... ok
test_custom___getattr__ (test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattr__) ... ok
test_custom___getattribute__ (test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattribute__) ... ok
test_custom_object_dict (test.test_inspect.test_inspect.TestGetattrStatic.test_custom_object_dict) ... ok
test_descriptor (test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor) ... ok
test_descriptor_raises_AttributeError (test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor_raises_AttributeError) ... ok
test_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_dict_as_property) ... ok
test_inherited (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited) ... ok
test_inherited_classattribute (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_classattribute) ... ok
test_inherited_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_slots) ... ok
test_instance_attr (test.test_inspect.test_inspect.TestGetattrStatic.test_instance_attr) ... ok
test_metaclass (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass) ... ok
test_metaclass_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_dict_as_property) ... ok
test_metaclass_with_descriptor (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_descriptor) ... ok
test_metaclass_with_metaclass_with_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_metaclass_with_dict_as_property) ... ok
test_module (test.test_inspect.test_inspect.TestGetattrStatic.test_module) ... ok
test_mro_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_mro_as_property) ... ok
test_mutated_mro (test.test_inspect.test_inspect.TestGetattrStatic.test_mutated_mro) ... ok
test_no_dict_no_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots) ... ok
test_no_dict_no_slots_instance_member (test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots_instance_member) ... ok
test_property (test.test_inspect.test_inspect.TestGetattrStatic.test_property) ... ok
test_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_slots) ... ok
test_errors (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_errors) ... ok
test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_keyword_only) ... ok
test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_multiple_features) ... ok
test_plain (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_plain) ... ok
test_varargs (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varargs) ... ok
test_varkw (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw) ... ok
test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw_only) ... ok
test_errors (test.test_inspect.test_inspect.TestGetcallargsMethods.test_errors) ... ok
test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsMethods.test_keyword_only) ... ok
test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsMethods.test_multiple_features) ... ok
test_plain (test.test_inspect.test_inspect.TestGetcallargsMethods.test_plain) ... ok
test_varargs (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varargs) ... ok
test_varkw (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw) ... ok
test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw_only) ... ok
test_errors (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_errors) ... ok
test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_keyword_only) ... ok
test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_multiple_features) ... ok
test_plain (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_plain) ... ok
test_varargs (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varargs) ... ok
test_varkw (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw) ... ok
test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw_only) ... ok
test_getclasses_interactive (test.test_inspect.test_inspect.TestGetsourceInteractive.test_getclasses_interactive) ... ok
test_range_toplevel_frame (test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_toplevel_frame) ... ok
test_range_traceback_toplevel_frame (test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_traceback_toplevel_frame) ... ok
test__all__ (test.test_inspect.test_inspect.TestInterpreterStack.test__all__) ... ok
test_abuse_done (test.test_inspect.test_inspect.TestInterpreterStack.test_abuse_done) ... ok
test_frame (test.test_inspect.test_inspect.TestInterpreterStack.test_frame) ... ok
test_previous_frame (test.test_inspect.test_inspect.TestInterpreterStack.test_previous_frame) ... ok
test_stack (test.test_inspect.test_inspect.TestInterpreterStack.test_stack) ... skipped 'implementation detail specific to cpython'
test_trace (test.test_inspect.test_inspect.TestInterpreterStack.test_trace) ... ok
test_custom_descriptors (test.test_inspect.test_inspect.TestIsDataDescriptor.test_custom_descriptors) ... ok
test_functions (test.test_inspect.test_inspect.TestIsDataDescriptor.test_functions) ... ok
test_property (test.test_inspect.test_inspect.TestIsDataDescriptor.test_property) ... ok
test_slot (test.test_inspect.test_inspect.TestIsDataDescriptor.test_slot) ... ok
test_builtins (test.test_inspect.test_inspect.TestMain.test_builtins) ... ok
test_custom_getattr (test.test_inspect.test_inspect.TestMain.test_custom_getattr) ... ok
test_details (test.test_inspect.test_inspect.TestMain.test_details) ... ok
test_only_source (test.test_inspect.test_inspect.TestMain.test_only_source) ... ok
test_qualname_source (test.test_inspect.test_inspect.TestMain.test_qualname_source) ... ok
test_class (test.test_inspect.test_inspect.TestNoEOL.test_class) ... ok
test_anonymous (test.test_inspect.test_inspect.TestOneliners.test_anonymous) ... ok
test_lambda_in_list (test.test_inspect.test_inspect.TestOneliners.test_lambda_in_list) ... ok
test_manyargs (test.test_inspect.test_inspect.TestOneliners.test_manyargs) ... ok
test_nested_lambda (test.test_inspect.test_inspect.TestOneliners.test_nested_lambda) ... ok
test_oneline_lambda (test.test_inspect.test_inspect.TestOneliners.test_oneline_lambda) ... ok
test_onelinefunc (test.test_inspect.test_inspect.TestOneliners.test_onelinefunc) ... ok
test_parenthesized_multiline_lambda (test.test_inspect.test_inspect.TestOneliners.test_parenthesized_multiline_lambda) ... ok
test_post_line_parenthesized_lambda (test.test_inspect.test_inspect.TestOneliners.test_post_line_parenthesized_lambda) ... ok
test_threeline_lambda (test.test_inspect.test_inspect.TestOneliners.test_threeline_lambda) ... ok
test_twoline_indented_lambda (test.test_inspect.test_inspect.TestOneliners.test_twoline_indented_lambda) ... ok
test_twolinefunc (test.test_inspect.test_inspect.TestOneliners.test_twolinefunc) ... ok
test_signature_parameter_equality (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_equality) ... ok
test_signature_parameter_hashable (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_hashable) ... ok
test_signature_parameter_immutability (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_immutability) ... ok
test_signature_parameter_implicit (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_implicit) ... skipped 'implementation detail specific to cpython'
test_signature_parameter_kinds (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_kinds) ... ok
test_signature_parameter_object (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_object) ... ok
test_signature_parameter_positional_only (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_positional_only) ... ok
test_signature_parameter_replace (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_replace) ... ok
test__all__ (test.test_inspect.test_inspect.TestPredicates.test__all__) ... ok
test_excluding_predicates (test.test_inspect.test_inspect.TestPredicates.test_excluding_predicates) ... ok
test_get_slot_members (test.test_inspect.test_inspect.TestPredicates.test_get_slot_members) ... ok
test_isabstract (test.test_inspect.test_inspect.TestPredicates.test_isabstract) ... ok
test_isabstract_during_init_subclass (test.test_inspect.test_inspect.TestPredicates.test_isabstract_during_init_subclass) ... ok
test_isawaitable (test.test_inspect.test_inspect.TestPredicates.test_isawaitable) ... ok
test_isclass (test.test_inspect.test_inspect.TestPredicates.test_isclass) ... ok
test_iscoroutine (test.test_inspect.test_inspect.TestPredicates.test_iscoroutine) ... ok
test_ismethodwrapper (test.test_inspect.test_inspect.TestPredicates.test_ismethodwrapper) ... skipped 'implementation detail specific to cpython'
test_isroutine (test.test_inspect.test_inspect.TestPredicates.test_isroutine) ... ok
test_isroutine_singledispatch (test.test_inspect.test_inspect.TestPredicates.test_isroutine_singledispatch) ... ok
test_getsource_reload (test.test_inspect.test_inspect.TestReload.test_getsource_reload) ... ok
test_cleandoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_cleandoc) ... ok
test_finddoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_finddoc) ... ok
test_getclasses (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getclasses) ... ok
test_getcomments (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getcomments) ... ok
test_getdoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc) ... FAIL
test_getdoc_inherited (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc_inherited) ... ok
test_getfile (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile) ... ok
test_getfile_broken_repr (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_broken_repr) ... ok
test_getfile_builtin_class (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_class) ... ok
test_getfile_builtin_function_or_method (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_function_or_method) ... ok
test_getfile_builtin_module (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_module) ... ok
test_getfile_class_without_module (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_class_without_module) ... ok
test_getframeinfo_get_first_line (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getframeinfo_get_first_line) ... ok
test_getfunctions (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfunctions) ... ok
test_getmodule (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule) ... ok
test_getmodule_file_not_found (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_file_not_found) ... ok
test_getmodule_recursion (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_recursion) ... ok
test_getsource (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource) ... ok
test_getsource_on_code_object (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_code_object) ... ok
test_getsourcefile (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsourcefile) ... ok
test_proceed_with_fake_filename (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_proceed_with_fake_filename)
doctest monkeypatches linecache to enable inspection ... ok
test_signature_bind_args_and_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_kwargs) ... ok
test_signature_bind_args_and_varargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_varargs) ... ok
test_signature_bind_arguments (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_arguments) ... ok
test_signature_bind_empty (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_empty) ... ok
test_signature_bind_implicit_arg (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_implicit_arg) ... skipped 'implementation detail specific to cpython'
test_signature_bind_just_args (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_args) ... ok
test_signature_bind_just_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_kwargs) ... ok
test_signature_bind_kwonly (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_kwonly) ... ok
test_signature_bind_positional_only (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_positional_only) ... ok
test_signature_bind_posonly_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_posonly_kwargs) ... ok
test_signature_bind_var (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_var) ... ok
test_signature_bind_vararg_name (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_vararg_name) ... ok
test_signature_bind_varargs_order (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_varargs_order) ... ok
test_signature_bind_with_self_arg (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_with_self_arg) ... ok
test_base_class_have_text_signature (test.test_inspect.test_inspect.TestSignatureDefinitions.test_base_class_have_text_signature) ... ok
test_builtins_have_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_builtins_have_signatures) ... skipped 'implementation detail specific to cpython'
test_python_function_override_signature (test.test_inspect.test_inspect.TestSignatureDefinitions.test_python_function_override_signature) ... ok
test_signater_parameters_is_ordered (test.test_inspect.test_inspect.TestSignatureObject.test_signater_parameters_is_ordered) ... ok
test_signature_annotations_with_local_namespaces (test.test_inspect.test_inspect.TestSignatureObject.test_signature_annotations_with_local_namespaces) ... ok
test_signature_as_callable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_as_callable) ... ok
test_signature_as_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_as_str) ... ok
test_signature_definition_order_preserved_on_kwonly (test.test_inspect.test_inspect.TestSignatureObject.test_signature_definition_order_preserved_on_kwonly) ... ok
test_signature_equality (test.test_inspect.test_inspect.TestSignatureObject.test_signature_equality) ... ok
test_signature_eval_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_eval_str) ... ok
test_signature_from_callable_builtin_obj (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_builtin_obj) ... ok
test_signature_from_callable_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_class) ... ok
test_signature_from_callable_python_obj (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_python_obj) ... ok
test_signature_from_functionlike_object (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_functionlike_object) ... ok
test_signature_functionlike_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_functionlike_class) ... ok
test_signature_hashable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_hashable) ... ok
test_signature_immutability (test.test_inspect.test_inspect.TestSignatureObject.test_signature_immutability) ... ok
test_signature_none_annotation (test.test_inspect.test_inspect.TestSignatureObject.test_signature_none_annotation) ... ok
test_signature_object (test.test_inspect.test_inspect.TestSignatureObject.test_signature_object) ... ok
test_signature_object_pickle (test.test_inspect.test_inspect.TestSignatureObject.test_signature_object_pickle) ... ok
test_signature_on_builtin_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtin_class) ... ok
test_signature_on_builtins (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins) ... skipped 'implementation detail specific to cpython'
test_signature_on_builtins_no_signature (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins_no_signature) ... skipped 'implementation detail specific to cpython'
test_signature_on_callable_objects (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_callable_objects) ... ok
test_signature_on_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class) ... ok
test_signature_on_class_with_init (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_init) ... ok
test_signature_on_class_with_new (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_new) ... ok
test_signature_on_class_without_init (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_without_init) ... ok
test_signature_on_classmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_classmethod) ... ok
test_signature_on_complex_args (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_complex_args) ... ok
test_signature_on_decorated (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated) ... ok
test_signature_on_decorated_builtins (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated_builtins) ... skipped 'implementation detail specific to cpython'
test_signature_on_derived_classes (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_derived_classes) ... ok
test_signature_on_fake_partialmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_fake_partialmethod) ... ok
test_signature_on_generic_subclass (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_generic_subclass) ... ok
test_signature_on_lambdas (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_lambdas) ... ok
test_signature_on_mangled_parameters (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mangled_parameters) ... ok
test_signature_on_method (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_method) ... ok
test_signature_on_mocks (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mocks) ... ok
test_signature_on_noarg (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noarg) ... ok
test_signature_on_non_comparable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_comparable) ... ok
test_signature_on_non_function (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_function) ... ok
test_signature_on_noncallable_mocks (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noncallable_mocks) ... ok
test_signature_on_partial (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partial) ... ok
test_signature_on_partialmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partialmethod) ... ok
test_signature_on_staticmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_staticmethod) ... ok
test_signature_on_subclass (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_subclass) ... ok
test_signature_on_wargs (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wargs) ... ok
test_signature_on_wkwonly (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wkwonly) ... ok
test_signature_on_wrapper (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wrapper) ... ok
test_signature_replace_anno (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replace_anno) ... ok
test_signature_replaced (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replaced) ... ok
test_signature_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_str) ... ok
test_signature_str_positional_only (test.test_inspect.test_inspect.TestSignatureObject.test_signature_str_positional_only) ... ok
test_signature_without_self (test.test_inspect.test_inspect.TestSignatureObject.test_signature_without_self) ... ok
test_signature_wrapped_bound_method (test.test_inspect.test_inspect.TestSignatureObject.test_signature_wrapped_bound_method) ... ok
test_signature_strip_non_python_syntax (test.test_inspect.test_inspect.TestSignaturePrivateHelpers.test_signature_strip_non_python_syntax) ... ok
test_cycle (test.test_inspect.test_inspect.TestUnwrap.test_cycle) ... ok
test_recursion_limit (test.test_inspect.test_inspect.TestUnwrap.test_recursion_limit) ... ok
test_stop (test.test_inspect.test_inspect.TestUnwrap.test_stop) ... ok
test_unhashable (test.test_inspect.test_inspect.TestUnwrap.test_unhashable) ... ok
test_unwrap_one (test.test_inspect.test_inspect.TestUnwrap.test_unwrap_one) ... ok
test_unwrap_several (test.test_inspect.test_inspect.TestUnwrap.test_unwrap_several) ... ok
test_wrapped_descriptor (test.test_inspect.test_inspect.TestUnwrap.test_wrapped_descriptor) ... ok

======================================================================
ERROR: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_exhaustion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
                      ^^^^^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/base_events.py", line 691, in run_until_complete
    return future.result()
                  ^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/futures.py", line 202, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/tasks.py", line 314, in __step_run_and_handle_result
    result = coro.send(None)
                  ^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2670, in test_closed_after_exhaustion
    self.assertEqual(self._asyncgenstate(), inspect.AGEN_CLOSED)
                          ^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2654, in _asyncgenstate
    return inspect.getasyncgenstate(self.asyncgen)
                   ^^^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/inspect.py", line 2038, in getasyncgenstate
    if agen.ag_suspended:
            ^^^^^^^^^^^^
AttributeError: 'async_generator' object has no attribute 'ag_suspended'

======================================================================
ERROR: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_immediate_exception)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
                      ^^^^^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/base_events.py", line 691, in run_until_complete
    return future.result()
                  ^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/futures.py", line 202, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/tasks.py", line 314, in __step_run_and_handle_result
    result = coro.send(None)
                  ^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2675, in test_closed_after_immediate_exception
    self.assertEqual(self._asyncgenstate(), inspect.AGEN_CLOSED)
                          ^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2654, in _asyncgenstate
    return inspect.getasyncgenstate(self.asyncgen)
                   ^^^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/inspect.py", line 2038, in getasyncgenstate
    if agen.ag_suspended:
            ^^^^^^^^^^^^
AttributeError: 'async_generator' object has no attribute 'ag_suspended'

======================================================================
ERROR: test_created (test.test_inspect.test_inspect.TestGetAsyncGenState.test_created)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2657, in test_created
    self.assertEqual(self._asyncgenstate(), inspect.AGEN_CREATED)
                          ^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2654, in _asyncgenstate
    return inspect.getasyncgenstate(self.asyncgen)
                   ^^^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/inspect.py", line 2038, in getasyncgenstate
    if agen.ag_suspended:
            ^^^^^^^^^^^^
AttributeError: 'async_generator' object has no attribute 'ag_suspended'

======================================================================
ERROR: test_running (test.test_inspect.test_inspect.TestGetAsyncGenState.test_running)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
                      ^^^^^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/base_events.py", line 691, in run_until_complete
    return future.result()
                  ^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/futures.py", line 202, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/tasks.py", line 314, in __step_run_and_handle_result
    result = coro.send(None)
                  ^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2686, in test_running
    self.assertEqual(self._asyncgenstate(), inspect.AGEN_SUSPENDED)
                          ^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2654, in _asyncgenstate
    return inspect.getasyncgenstate(self.asyncgen)
                   ^^^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/inspect.py", line 2038, in getasyncgenstate
    if agen.ag_suspended:
            ^^^^^^^^^^^^
AttributeError: 'async_generator' object has no attribute 'ag_suspended'

======================================================================
ERROR: test_suspended (test.test_inspect.test_inspect.TestGetAsyncGenState.test_suspended)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
                      ^^^^^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/base_events.py", line 691, in run_until_complete
    return future.result()
                  ^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/futures.py", line 202, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/asyncio/tasks.py", line 314, in __step_run_and_handle_result
    result = coro.send(None)
                  ^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2661, in test_suspended
    self.assertEqual(self._asyncgenstate(), inspect.AGEN_SUSPENDED)
                          ^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 2654, in _asyncgenstate
    return inspect.getasyncgenstate(self.asyncgen)
                   ^^^^^^^^^^^^^^^^
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/inspect.py", line 2038, in getasyncgenstate
    if agen.ag_suspended:
            ^^^^^^^^^^^^
AttributeError: 'async_generator' object has no attribute 'ag_suspended'

======================================================================
FAIL: test_attribute_same_name_as_global_var (test.test_inspect.test_inspect.TestGetClosureVars.test_attribute_same_name_as_global_var)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 1822, in test_attribute_same_name_as_global_var
    self.assertEqual(inspect.getclosurevars(f), expected)
         ^^^^^^^^^^^
AssertionError: Closu[139 chars]als={}, builtins={'print': <built-in function [22 chars]nt'}) != Closu[139 chars]als={'_global_ref': <object object at 0x0000ff[80 chars]ef'})

======================================================================
FAIL: test_builtins_as_dict (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_dict)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 1890, in test_builtins_as_dict
    self.assertEqual(inspect.getclosurevars(f), expected)
         ^^^^^^^^^^^
AssertionError: ClosureVars(nonlocals={}, globals={}, builtins={}, unbound={'print'}) != ClosureVars(nonlocals={}, globals={}, builtins={'path': 1}, unbound={'print'})

======================================================================
FAIL: test_builtins_as_module (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_module)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 1896, in test_builtins_as_module
    self.assertEqual(inspect.getclosurevars(f), expected)
         ^^^^^^^^^^^
AssertionError: Closu[38 chars]ins={}, unbound={'print'}) != Closu[38 chars]ins={'path': <module 'posixpath' from '/build_[78 chars]nt'})

======================================================================
FAIL: test_builtins_fallback (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_fallback)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 1884, in test_builtins_fallback
    self.assertEqual(inspect.getclosurevars(f), expected)
         ^^^^^^^^^^^
AssertionError: Closu[34 chars]uiltins={'print': <built-in function print>}, unbound=set()) != Closu[34 chars]uiltins={'print': <built-in function print>}, unbound={'path'})

======================================================================
FAIL: test_generator_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_generator_closure)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 1794, in test_generator_closure
    self.assertEqual(inspect.getclosurevars(f(_arg)), expected)
         ^^^^^^^^^^^
AssertionError: Closu[146 chars]={'print': <built-in function print>}, unbound=set()) != Closu[146 chars]={'print': <built-in function print>}, unbound={'unbound_ref'})

======================================================================
FAIL: test_method_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_method_closure)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 1809, in test_method_closure
    self.assertEqual(inspect.getclosurevars(C().f(_arg)), expected)
         ^^^^^^^^^^^
AssertionError: Closu[146 chars]={'print': <built-in function print>}, unbound=set()) != Closu[146 chars]={'print': <built-in function print>}, unbound={'unbound_ref'})

======================================================================
FAIL: test_name_resolution (test.test_inspect.test_inspect.TestGetClosureVars.test_name_resolution)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 1779, in test_name_resolution
    self.assertEqual(inspect.getclosurevars(f(_arg)), expected)
         ^^^^^^^^^^^
AssertionError: Closu[146 chars]={'print': <built-in function print>}, unbound=set()) != Closu[146 chars]={'print': <built-in function print>}, unbound={'unbound_ref'})

======================================================================
FAIL: test_getdoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_inspect/test_inspect.py", line 605, in test_getdoc
    self.assertEqual(inspect.getdoc(SlotUser.power),
         ^^^^^^^^^^^
AssertionError: None != 'measured in kilowatts'

----------------------------------------------------------------------
Ran 306 tests in 1.889s

FAILED (failures=8, errors=5, skipped=11)
0:00:02 load avg: 0.68 [1/1/1] test_inspect.test_inspect failed (5 errors, 8 failures)

== Tests result: FAILURE ==

1 test failed:
    test_inspect.test_inspect

Total duration: 2.4 sec
Total tests: run=306 failures=8 skipped=11
Total test files: run=1/1 failed=1
Result: FAILURE
/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/support/__init__.py:790: RuntimeWarning: coroutine 'coroutine_function_example' was never awaited
  gc.collect()
test test_inspect.test_inspect failed
builder: pypy-c-jit-linux-aarch64 build #2943+
test: lib-python/3/test/test_inspect::unmodified