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

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

== PyPy 3.12.13 (22398ecb2727, Aug 16 2026, 06:15:53) [PyPy 8.0.0-alpha0 with GCC 14.2.1 20250110 (Red Hat 14.2.1-11)]
== Linux-6.6.0-159.4.3.154.oe2403sp4.aarch64-aarch64-with-glibc2.28 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_3212218æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 2195896154
0:00:00 load avg: 0.95 Run 1 test sequentially in a single process
0:00:00 load avg: 0.95 [1/1] test_dictcomps
test_assignment_idiom_in_comprehensions (test.test_dictcomps.DictComprehensionTest.test_assignment_idiom_in_comprehensions) ... ok
test_basics (test.test_dictcomps.DictComprehensionTest.test_basics) ... ok
test_evaluation_order (test.test_dictcomps.DictComprehensionTest.test_evaluation_order) ... ok
test_exception_locations (test.test_dictcomps.DictComprehensionTest.test_exception_locations) ... 
  test_exception_locations (test.test_dictcomps.DictComprehensionTest.test_exception_locations) [<function DictComprehensionTest.test_exception_locations.<locals>.next_raises at 0x0000ffff96c739e8>] ... FAIL
  test_exception_locations (test.test_dictcomps.DictComprehensionTest.test_exception_locations) [<function DictComprehensionTest.test_exception_locations.<locals>.iter_raises at 0x0000ffff96c73ab0>] ... FAIL
test_global_visibility (test.test_dictcomps.DictComprehensionTest.test_global_visibility) ... ok
test_illegal_assignment (test.test_dictcomps.DictComprehensionTest.test_illegal_assignment) ... ok
test_local_visibility (test.test_dictcomps.DictComprehensionTest.test_local_visibility) ... ok
test_scope_isolation (test.test_dictcomps.DictComprehensionTest.test_scope_isolation) ... ok
test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTest.test_scope_isolation_from_global) ... ok
test_star_expression (test.test_dictcomps.DictComprehensionTest.test_star_expression) ... ok

======================================================================
FAIL: test_exception_locations (test.test_dictcomps.DictComprehensionTest.test_exception_locations) [<function DictComprehensionTest.test_exception_locations.<locals>.next_raises at 0x0000ffff96c739e8>]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_dictcomps.py", line 165, in test_exception_locations
    self.assertEqual(f.line[f.colno - indent : f.end_colno - indent],
         ^^^^^^^^^^^
AssertionError: '{x:x for x in BrokenIter(next_raises=True)}' != 'BrokenIter(next_raises=True)'
- {x:x for x in BrokenIter(next_raises=True)}
? --------------                            -
+ BrokenIter(next_raises=True)


======================================================================
FAIL: test_exception_locations (test.test_dictcomps.DictComprehensionTest.test_exception_locations) [<function DictComprehensionTest.test_exception_locations.<locals>.iter_raises at 0x0000ffff96c73ab0>]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/3/test/test_dictcomps.py", line 165, in test_exception_locations
    self.assertEqual(f.line[f.colno - indent : f.end_colno - indent],
         ^^^^^^^^^^^
AssertionError: '{x:x for x in BrokenIter(iter_raises=True)}' != 'BrokenIter(iter_raises=True)'
- {x:x for x in BrokenIter(iter_raises=True)}
? --------------                            -
+ BrokenIter(iter_raises=True)


----------------------------------------------------------------------
Ran 10 tests in 0.010s

FAILED (failures=2)
0:00:00 load avg: 0.95 [1/1/1] test_dictcomps failed (2 failures)

== Tests result: FAILURE ==

1 test failed:
    test_dictcomps

Total duration: 162 ms
Total tests: run=10 failures=2
Total test files: run=1/1 failed=1
Result: FAILURE
test test_dictcomps failed
builder: pypy-c-jit-linux-aarch64 build #3003+
test: lib-python/3/test/test_dictcomps.py::unmodified