lib-python/3/test/test_frame.py::unmodified
== PyPy 3.11.15 (416aa503dce9, Jun 29 2026, 03:52:14) [PyPy 7.3.24-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_3764æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network
Using random seed: 3982549969
0:00:00 Run 1 test sequentially
0:00:00 [1/1] test_frame
test_clear_does_not_clear_specials (test.test_frame.ClearTest.test_clear_does_not_clear_specials) ... ok
test_clear_executing (test.test_frame.ClearTest.test_clear_executing) ... ok
test_clear_executing_generator (test.test_frame.ClearTest.test_clear_executing_generator) ... ok
test_clear_generator (test.test_frame.ClearTest.test_clear_generator) ... ok
test_clear_locals (test.test_frame.ClearTest.test_clear_locals) ... ok
test_clear_refcycles (test.test_frame.ClearTest.test_clear_refcycles) ... skipped 'implementation detail specific to cpython'
test_lineno_with_tracing (test.test_frame.ClearTest.test_lineno_with_tracing) ... ok
test_clear_locals (test.test_frame.FrameAttrsTest.test_clear_locals) ... ok
test_f_lineno_del_segfault (test.test_frame.FrameAttrsTest.test_f_lineno_del_segfault) ... ok
test_locals (test.test_frame.FrameAttrsTest.test_locals) ... ok
test_locals_clear_locals (test.test_frame.FrameAttrsTest.test_locals_clear_locals) ... ok
test_repr (test.test_frame.ReprTest.test_repr) ... FAIL
test_issue95818 (test.test_frame.TestIncompleteFrameAreInvisible.test_issue95818) ... skipped 'no gc.set_threshold on PyPy'
test_sneaky_frame_object (test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object) ... skipped 'implementation detail specific to cpython'
test_sneaky_frame_object_teardown (test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object_teardown) ... skipped 'implementation detail specific to cpython'
======================================================================
FAIL: test_repr (test.test_frame.ReprTest.test_repr)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_frame.py", line 233, in test_repr
self.assertRegex(repr(f_this),
^^^^^^^^^^^
AssertionError: Regex didn't match: "^<frame at 0x[0-9a-fA-F]+, file 'd:\\\\\\\\pypy_stuff\\\\\\\\buildbot64\\\\\\\\slave\\\\\\\\pypy\\-c\\-jit\\-win\\-x86\\-64\\\\\\\\build\\\\\\\\lib\\-python\\\\\\\\3\\\\\\\\test\\\\\\\\test_frame\\.py', line 233, code test_repr>$" not found in "<frame at 0x000002696d6d2b20, file 'd:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\lib-python\\3\\test\\test_frame.py', line 233, code test_repr>"
----------------------------------------------------------------------
Ran 15 tests in 0.044s
FAILED (failures=1, skipped=4)
test_frame failed (1 failure)
== Tests result: FAILURE ==
1 test failed:
test_frame
Total duration: 305 ms
Total tests: run=15 failures=1 skipped=4
Total test files: run=1/1 failed=1
Result: FAILURE
test test_frame failed
builder: pypy-c-jit-win-x86-64 build #2420+
test: lib-python/3/test/test_frame.py::unmodified