You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- runtime_obj_skip_c.vgtest: post-check now greps for any fn=skipme_*.
The previous check only looked for skipme_func, which obj-skip
folded into the caller so the test passed even with the bug live.
- runtime_obj_skip_underflow: wire .vgtest/.post.exp/.stderr.exp +
Makefile.am entries (was only checked-in as bare .c sources).
- runtime_obj_skip_py314.vgtest: same shim driver as the 3.13 test,
exercised with python3.14 (tail-call interpreter). Skipped by
prereq if python3.14 isn't on PATH.
- filter_stderr: drop diagnostic logging lines added during this
investigation (instrument_state, obj_skip HIT/miss, underflow reset,
reconstruct_call_stack, python fn summary, fn=...obj=... summary)
so .stderr.exp matching stays stable.
All four reproducers go RED before the fix, GREEN after.
0 commit comments