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

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

== PyPy 3.12.13 (e99dc7a98783, Jul 10 2026, 07:10:46) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-x86_64-i386-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-x86_64/pytest/test_python_worker_28167æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 2480218297
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 5.11 Run 1 test sequentially in a single process
0:00:00 load avg: 5.11 [1/1] test__opcode
test_stack_effect (test.test__opcode.OpcodeTests.test_stack_effect) ... ok
test_stack_effect_jump (test.test__opcode.OpcodeTests.test_stack_effect_jump) ... FAIL
test_specialization_stats (test.test__opcode.SpecializationStatsTests.test_specialization_stats) ... ERROR

======================================================================
ERROR: test_specialization_stats (test.test__opcode.SpecializationStatsTests.test_specialization_stats)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test__opcode.py", line 73, in test_specialization_stats
    specialized_opcodes = [
                          ^
  File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test__opcode.py", line 76, in <listcomp>
    if opcode._inline_cache_entries[opcode.opmap[op]]
                                    ~~~~~~~~~~~~^^^^
KeyError: 'BINARY_OP'

======================================================================
FAIL: test_stack_effect_jump (test.test__opcode.OpcodeTests.test_stack_effect_jump)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test__opcode.py", line 41, in test_stack_effect_jump
    self.assertEqual(stack_effect(FOR_ITER, 0, jump=True), 1)
         ^^^^^^^^^^^
AssertionError: -1 != 1

----------------------------------------------------------------------
Ran 3 tests in 0.010s

FAILED (failures=1, errors=1)
0:00:00 load avg: 5.11 [1/1/1] test__opcode failed (1 error, 1 failure)

== Tests result: FAILURE ==

1 test failed:
    test__opcode

Total duration: 96 ms
Total tests: run=3 failures=1
Total test files: run=1/1 failed=1
Result: FAILURE
test test__opcode failed
builder: pypy-c-jit-macos-x86-64 build #1329+
test: lib-python/3/test/test__opcode.py::unmodified