lib-python/3/test/test_readline.py::unmodified
== PyPy 3.12.14 (0f53d194ef9b, Sep 08 2026, 04:46:31) [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_45581æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 4075647689
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 1.80 Run 1 test sequentially in a single process
0:00:00 load avg: 1.80 [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-arm64/pypy-c-jit-macos-arm64/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.414s
FAILED (errors=1, skipped=2)
0:00:00 load avg: 1.80 [1/1/1] test_readline failed (1 error)
== Tests result: FAILURE ==
1 test failed:
test_readline
Total duration: 506 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-arm64 build #1420+
test: lib-python/3/test/test_readline.py::unmodified