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

lib-python/3/test/test_rlcompleter.py::unmodified

== PyPy 3.12.13 (089c43735760, Jul 23 2026, 15:52:42) [PyPy 8.0.0-alpha0 with GCC 14.2.1 20250110 (Red Hat 14.2.1-11)]
== Linux-6.12.90+deb13-amd64-i686-with-glibc2.28 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_832408æ
== CPU count: 9
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 1340241725
0:00:00 load avg: 0.59 Run 1 test sequentially in a single process
0:00:00 load avg: 0.59 [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 "/buildbot/slave/pypy-c-jit-linux-x86-32/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.032s

FAILED (failures=1)
0:00:00 load avg: 0.59 [1/1/1] test_rlcompleter failed (1 failure)

== Tests result: FAILURE ==

1 test failed:
    test_rlcompleter

Total duration: 219 ms
Total tests: run=8 failures=1
Total test files: run=1/1 failed=1
Result: FAILURE
/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/rlcompleter.py:83: UserWarning: readline.redisplay() not implemented
  readline.redisplay()
test test_rlcompleter failed
builder: pypy-c-jit-linux-x86-32 build #8403+
test: lib-python/3/test/test_rlcompleter.py::unmodified