lib-python/3/test/test_rlcompleter.py::unmodified
== PyPy 3.12.13 (a3c6b428e7a8, Jul 09 2026, 03:54:00) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-arm64-arm-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-arm64/pytest/test_python_worker_57616æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 1956147998
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 2.84 Run 1 test sequentially in a single process
0:00:00 load avg: 2.84 [1/1] test_rlcompleter
test_attr_matches (test.test_rlcompleter.TestRlcompleter.test_attr_matches) ... FAIL
test_complete (test.test_rlcompleter.TestRlcompleter.test_complete) ... ok
test_duplicate_globals (test.test_rlcompleter.TestRlcompleter.test_duplicate_globals) ... ok
test_excessive_getattr (test.test_rlcompleter.TestRlcompleter.test_excessive_getattr)
Ensure getattr() is invoked no more than once per attribute ... ok
test_global_matches (test.test_rlcompleter.TestRlcompleter.test_global_matches) ... ok
test_namespace (test.test_rlcompleter.TestRlcompleter.test_namespace) ... ok
test_property_method_not_called (test.test_rlcompleter.TestRlcompleter.test_property_method_not_called) ... ok
test_uncreated_attr (test.test_rlcompleter.TestRlcompleter.test_uncreated_attr) ... ok
======================================================================
FAIL: test_attr_matches (test.test_rlcompleter.TestRlcompleter.test_attr_matches)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_rlcompleter.py", line 59, in test_attr_matches
self.assertEqual(self.stdcompleter.attr_matches('None.'), expected)
^^^^^^^^^^^
AssertionError: Lists differ: ['None.__bool__()', 'None.__class__()', 'None.__delattr__[408 chars]__('] != ['None.__bool__(', 'None.__class__(', 'None.__delattr__('[398 chars]__(']
First differing element 0:
'None.__bool__()'
'None.__bool__('
Diff is 988 characters long. Set self.maxDiff to None to see it.
----------------------------------------------------------------------
Ran 8 tests in 0.016s
FAILED (failures=1)
0:00:00 load avg: 2.84 [1/1/1] test_rlcompleter failed (1 failure)
== Tests result: FAILURE ==
1 test failed:
test_rlcompleter
Total duration: 129 ms
Total tests: run=8 failures=1
Total test files: run=1/1 failed=1
Result: FAILURE
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/rlcompleter.py:83: UserWarning: readline.redisplay() not implemented
readline.redisplay()
test test_rlcompleter failed
builder: pypy-c-jit-macos-arm64 build #1306+
test: lib-python/3/test/test_rlcompleter.py::unmodified