Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ad5fa4e3a647daf769ebefe266466b046dd93043
https://github.com/WebKit/WebKit/commit/ad5fa4e3a647daf769ebefe266466b046dd93043
Author: Yijia Huang <[email protected]>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M JSTests/wasm/debugger/tests/tests.py
M Source/JavaScriptCore/wasm/debugger/README.md
M Source/JavaScriptCore/wasm/debugger/RWI_ARCHITECTURE.md
Log Message:
-----------
[JSC][WASM][Debugger] Fix SystemCall test and update documentation
https://bugs.webkit.org/show_bug.cgi?id=311573
rdar://174174390
Reviewed by Yusuke Suzuki.
Fix the SystemCallTestCase to actually exercise `dis` after `process interrupt`
instead of skipping it with a FIXME comment — the hang is resolved so the
command now runs with an expected error pattern for reads from the invalid
address range (0x8000000000000000).
Also update README.md and RWI_ARCHITECTURE.md:
- Remove the now-stale "Protocol Implementation" checklist from README.md
since they are all supported right now.
- Correct the flag name from `--wasm-debugger` to the actual env-var form
(`__XPC_JSC_enableWasmDebugger=1 JSC_enableWasmDebugger=1`) in both files.
Canonical link: https://commits.webkit.org/310654@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications