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

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

== PyPy 3.12.13 (a3c6b428e7a8, Jul 09 2026, 07:29:29) [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_234999æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 3815973468
0:00:00 load avg: 0.79 Run 1 test sequentially in a single process
0:00:00 load avg: 0.79 [1/1] test_genexps
doctests (test.test_genexps.__test__)
Doctest: test.test_genexps.__test__.doctests ... FAIL

======================================================================
FAIL: doctests (test.test_genexps.__test__)
Doctest: test.test_genexps.__test__.doctests
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/doctest.py", line 2256, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for test.test_genexps.__test__.doctests
  File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_genexps.py", line unknown line number, in doctests

----------------------------------------------------------------------
File "/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_genexps.py", line ?, in test.test_genexps.__test__.doctests
Failed example:
    int(max(tupleids) - min(tupleids))
Expected:
    0
Got:
    216


----------------------------------------------------------------------
Ran 1 test in 0.070s

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

== Tests result: FAILURE ==

1 test failed:
    test_genexps

Total duration: 246 ms
Total tests: run=1 failures=1
Total test files: run=1/1 failed=1
Result: FAILURE
test test_genexps failed
builder: pypy-c-jit-linux-aarch64 build #2943+
test: lib-python/3/test/test_genexps.py::unmodified