lib-python/3/test/test_reprlib.py::unmodified
== PyPy 3.12.13 (a3c6b428e7a8, Jul 09 2026, 03:38:33) [PyPy 8.0.0-alpha0 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
== Linux-5.4.0-182-generic-i686-with-glibc2.17 little-endian
== Python build: release with_assert
== cwd: /build_dir/tmp/pytest/test_python_worker_2020205æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 1034827709
0:00:00 load avg: 4.68 Run 1 test sequentially in a single process
0:00:00 load avg: 4.68 [1/1] test_reprlib
test_builtin_function (test.test_reprlib.LongReprTest.test_builtin_function) ... skipped 'needs a built-in function with a really long name'
test_class (test.test_reprlib.LongReprTest.test_class) ... ok
test_instance (test.test_reprlib.LongReprTest.test_instance) ... ok
test_method (test.test_reprlib.LongReprTest.test_method) ... ok
test_module (test.test_reprlib.LongReprTest.test_module) ... ok
test_object (test.test_reprlib.LongReprTest.test_object) ... skipped 'need a suitable object'
test_type (test.test_reprlib.LongReprTest.test_type) ... ok
test_builtin_function (test.test_reprlib.ReprTests.test_builtin_function) ... FAIL
test_cell (test.test_reprlib.ReprTests.test_cell) ... ok
test_container (test.test_reprlib.ReprTests.test_container) ... ok
test_custom_repr (test.test_reprlib.ReprTests.test_custom_repr) ... ok
test_custom_repr_class_with_spaces (test.test_reprlib.ReprTests.test_custom_repr_class_with_spaces) ... ok
test_descriptors (test.test_reprlib.ReprTests.test_descriptors) ... FAIL
test_frozenset (test.test_reprlib.ReprTests.test_frozenset) ... ok
test_init_kwargs (test.test_reprlib.ReprTests.test_init_kwargs) ... ok
test_instance (test.test_reprlib.ReprTests.test_instance) ... ok
test_invalid_indent (test.test_reprlib.ReprTests.test_invalid_indent) ... ok
test_lambda (test.test_reprlib.ReprTests.test_lambda) ... ok
test_nesting (test.test_reprlib.ReprTests.test_nesting) ... ok
test_numbers (test.test_reprlib.ReprTests.test_numbers) ... ok
test_range (test.test_reprlib.ReprTests.test_range) ... ok
test_set_literal (test.test_reprlib.ReprTests.test_set_literal) ... ok
test_shadowed_builtin (test.test_reprlib.ReprTests.test_shadowed_builtin) ... ok
test_shadowed_stdlib_array (test.test_reprlib.ReprTests.test_shadowed_stdlib_array) ... ok
test_string (test.test_reprlib.ReprTests.test_string) ... ok
test_tuple (test.test_reprlib.ReprTests.test_tuple) ... ok
test_unsortable (test.test_reprlib.ReprTests.test_unsortable) ... ok
test_valid_indent (test.test_reprlib.ReprTests.test_valid_indent) ... ok
test__type_params__ (test.test_reprlib.TestRecursiveRepr.test__type_params__) ... ok
test_assigned_attributes (test.test_reprlib.TestRecursiveRepr.test_assigned_attributes) ... ok
test_recursive_repr (test.test_reprlib.TestRecursiveRepr.test_recursive_repr) ... ok
======================================================================
FAIL: test_builtin_function (test.test_reprlib.ReprTests.test_builtin_function)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_reprlib.py", line 189, in test_builtin_function
self.assertTrue(repr(''.split).startswith(
^^^^^^^^^^
AssertionError: False is not true
======================================================================
FAIL: test_descriptors (test.test_reprlib.ReprTests.test_descriptors)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_reprlib.py", line 229, in test_descriptors
eq(repr(dict.items), "<method 'items' of 'dict' objects>")
AssertionError: '<function dict.items at 0xf75ccd20>' != "<method 'items' of 'dict' objects>"
- <function dict.items at 0xf75ccd20>
+ <method 'items' of 'dict' objects>
----------------------------------------------------------------------
Ran 31 tests in 0.203s
FAILED (failures=2, skipped=2)
0:00:00 load avg: 4.68 [1/1/1] test_reprlib failed (2 failures)
== Tests result: FAILURE ==
1 test failed:
test_reprlib
Total duration: 411 ms
Total tests: run=31 failures=2 skipped=2
Total test files: run=1/1 failed=1
Result: FAILURE
test test_reprlib failed
builder: pypy-c-jit-linux-x86-32 build #8377+
test: lib-python/3/test/test_reprlib.py::unmodified