lib-python/3/test/test_compiler_assemble.py::unmodified
== PyPy 3.12.13 (421004c42b8a, Aug 21 2026, 05:17:54) [PyPy 8.0.0-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_8036æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network
Using random seed: 2422393923
0:00:00 Run 1 test sequentially in a single process
0:00:00 [1/1] test_compiler_assemble
test_simple_expr (test.test_compiler_assemble.IsolatedAssembleTests.test_simple_expr) ... ERROR
======================================================================
ERROR: test_simple_expr (test.test_compiler_assemble.IsolatedAssembleTests.test_simple_expr)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_compiler_assemble.py", line 74, in test_simple_expr
self.assemble_test(insts, metadata, expected)
^^^^^^^^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_compiler_assemble.py", line 29, in assemble_test
insts = self.complete_insts_info(insts)
^^^^^^^^^^^^^^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\bytecode_helper.py", line 121, in complete_insts_info
opcode = dis.opmap[inst[0]]
~~~~~~~~~^^^^^^^^^
KeyError: 'RESUME'
----------------------------------------------------------------------
Ran 1 test in 0.005s
FAILED (errors=1)
0:00:00 [1/1/1] test_compiler_assemble failed (1 error)
== Tests result: FAILURE ==
1 test failed:
test_compiler_assemble
Total duration: 272 ms
Total tests: run=1
Total test files: run=1/1 failed=1
Result: FAILURE
test test_compiler_assemble failed
builder: pypy-c-jit-win-x86-64 build #2509+
test: lib-python/3/test/test_compiler_assemble.py::unmodified