740 B
740 B
Diagnose the remaining macOS PR #481 CI failures after the Linux debugger and transport fixes passed.
git diff HEAD~1..HEAD -- tests/devx/test_debugger.py
Both macOS transports failed the same deeply nested crash-REPL test already tracked by issue #320: TCP omitted one actor-specific traceback record and UDS timed out waiting for a nested prompt. Apply an explicit Darwin-CI skip to this one node while retaining Linux TCP/UDS coverage.
Verification:
- debugger/tooling TCP:
39 passed, 6 skipped - debugger/tooling UDS:
39 passed, 6 skipped - Ruff, compilation and
git diff --check: clean