lib-python/3/test/test_readline.py::unmodified
== PyPy 3.11.15 (451f61ebebba, Jun 25 2026, 01:33:15) [PyPy 7.3.24-alpha0 with MSC v.1941 64 bit (AMD64)]
== Windows-10-10.0.19045-SP0 little-endian
== Python build: release with_assert
== cwd: D:\SystemTemp\pytest\test_python_worker_3468æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network
Using random seed: 3259440360
0:00:00 Run 1 test sequentially
0:00:00 [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) ... FAIL
test_write_read_append (test.test_readline.TestHistoryManipulation.test_write_read_append) ... skipped 'append_history not available'
test_auto_history_disabled (test.test_readline.TestReadline.test_auto_history_disabled) ... skipped "No module named 'termios'"
test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled) ... skipped "No module named 'termios'"
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) ... skipped "No module named 'termios'"
test_set_complete_delims (test.test_readline.TestReadline.test_set_complete_delims) ... skipped "No module named 'termios'"
======================================================================
FAIL: test_nonascii_history (test.test_readline.TestHistoryManipulation.test_nonascii_history)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_readline.py", line 132, in test_nonascii_history
self.assertEqual(readline.get_history_item(1), "entrée 1")
^^^^^^^^^^^
AssertionError: 'entrée 1\nentrée 22\n' != 'entrée 1'
- entrée 1
? -
+ entrée 1- entrée 22
----------------------------------------------------------------------
Ran 9 tests in 0.026s
FAILED (failures=1, skipped=7)
test_readline failed (1 failure)
== Tests result: FAILURE ==
1 test failed:
test_readline
Total duration: 339 ms
Total tests: run=9 failures=1 skipped=7
Total test files: run=1/1 failed=1
Result: FAILURE
test test_readline failed
builder: pypy-c-jit-win-x86-64 build #2418+
test: lib-python/3/test/test_readline.py::unmodified