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

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

== PyPy 3.12.14 (0f53d194ef9b, Sep 08 2026, 06:52:55) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-x86_64-i386-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-x86_64/pytest/test_python_worker_23599æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 3527384900
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 1.30 Run 1 test sequentially in a single process
0:00:00 load avg: 1.30 [1/1] test_readline
readline version: 0x504
readline runtime version: 0x504
readline library version: 'pyrepl'
use libedit emulation? False
testHistoryUpdates (test.test_readline.TestHistoryManipulation.testHistoryUpdates) ... ok
test_nonascii_history (test.test_readline.TestHistoryManipulation.test_nonascii_history) ... ok
test_write_read_append (test.test_readline.TestHistoryManipulation.test_write_read_append) ... ERROR
test_write_read_limited_history (test.test_readline.TestHistoryManipulation.test_write_read_limited_history) ... ok
test_auto_history_disabled (test.test_readline.TestReadline.test_auto_history_disabled) ... ok
test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled) ... ok
test_gh123321_threadsafe (test.test_readline.TestReadline.test_gh123321_threadsafe)
gh-123321: readline should be thread-safe and not crash ... ok
test_history_size (test.test_readline.TestReadline.test_history_size) ... skipped 'this readline version does not support history-size'
test_init (test.test_readline.TestReadline.test_init) ... skipped 'not supported in this library version'
test_nonascii (test.test_readline.TestReadline.test_nonascii) ... ok
test_set_complete_delims (test.test_readline.TestReadline.test_set_complete_delims) ... ok
test_write_read_limited_history (test.test_readline.TestReadline.test_write_read_limited_history) ... ok

======================================================================
ERROR: test_write_read_append (test.test_readline.TestHistoryManipulation.test_write_read_append)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_readline.py", line 94, in test_write_read_append
    readline.append_history_file(1, hfilename)
             ^^^^^^^^^^^^^^^^^^^
TypeError: _ReadlineWrapper.append_history_file() takes from 1 to 2 positional arguments but 3 were given

----------------------------------------------------------------------
Ran 12 tests in 0.848s

FAILED (errors=1, skipped=2)
0:00:00 load avg: 1.30 [1/1/1] test_readline failed (1 error)

== Tests result: FAILURE ==

1 test failed:
    test_readline

Total duration: 977 ms
Total tests: run=12 skipped=2
Total test files: run=1/1 failed=1
Result: FAILURE
test test_readline failed
builder: pypy-c-jit-macos-x86-64 build #1437+
test: lib-python/3/test/test_readline.py::unmodified