lib-python/3/test/test_select.py::unmodified
== PyPy 3.12.13 (e99dc7a98783, Jul 10 2026, 06:28:39) [PyPy 8.0.0-alpha0 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
== Linux-4.19.90-2202.1.0.0136.oe1.aarch64-aarch64-with-glibc2.17 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_818697æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 1622083964
0:00:00 load avg: 1.14 Run 1 test sequentially in a single process
0:00:00 load avg: 1.14 [1/1] test_select
test_disallow_instantiation (test.test_select.SelectTestCase.test_disallow_instantiation) ... ok
test_errno (test.test_select.SelectTestCase.test_errno) ... ok
test_error_conditions (test.test_select.SelectTestCase.test_error_conditions) ... ok
test_returned_list_identity (test.test_select.SelectTestCase.test_returned_list_identity) ... ok
test_select (test.test_select.SelectTestCase.test_select) ... timeout = 0
timeout = 1
b'testing...\n'
timeout = 2
b'testing...\n'
timeout = 4
b'testing...\n'
timeout = 8
b'testing...\n'
timeout = 16
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b''
EOF
ok
test_select_mutated (test.test_select.SelectTestCase.test_select_mutated) ... FAIL
======================================================================
FAIL: test_select_mutated (test.test_select.SelectTestCase.test_select_mutated)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_select.py", line 92, in test_select_mutated
self.assertEqual(select.select([], a, []), ([], a[:5], []))
^^^^^^^^^^^
AssertionError: Tuples differ: ([], [<test.test_select.SelectTestCase.test_sel[908 chars], []) != ([], [], [])
First differing element 1:
[<test.test_select.SelectTestCase.test_sel[903 chars]a30>]
[]
Diff is 1020 characters long. Set self.maxDiff to None to see it.
----------------------------------------------------------------------
Ran 6 tests in 1.542s
FAILED (failures=1)
0:00:01 load avg: 1.14 [1/1/1] test_select failed (1 failure)
== Tests result: FAILURE ==
1 test failed:
test_select
Total duration: 1.7 sec
Total tests: run=6 failures=1
Total test files: run=1/1 failed=1
Result: FAILURE
test test_select failed
builder: pypy-c-jit-linux-aarch64 build #2946+
test: lib-python/3/test/test_select.py::unmodified