Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 08c3671b85fc84897681e1e0a61adef1fd0d8df7
      
https://github.com/WebKit/WebKit/commit/08c3671b85fc84897681e1e0a61adef1fd0d8df7
  Author: Yijia Huang <[email protected]>
  Date:   2026-01-07 (Wed, 07 Jan 2026)

  Changed paths:
    M Source/JavaScriptCore/API/tests/VMManagerStopTheWorldTest.cpp

  Log Message:
  -----------
  REGRESSION(305160@main): Caused CLoop testapi to fail
rdar://167651308
https://bugs.webkit.org/show_bug.cgi?id=305011

Reviewed by Mark Lam.

testVMManagerStopTheWorld was crashing on CLoop builds because it only 
registered
wasmDebuggerOnStop callback but not the corresponding wasmDebuggerOnResume 
callback.

When the test triggered stop-the-world and then resumed all VMs, VMManager 
called
g_jscConfig.wasmDebuggerOnResume() which was NULL.

The wasmDebuggerOnStop and wasmDebuggerOnResume callbacks are a pair introduced 
in

https://commits.webkit.org/305160@main. Tests that override one must override 
both.
Canonical link: https://commits.webkit.org/305223@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to