[Webkit-unassigned] [Bug 250605] New: MockGamepadProvider is not robust enough and crashes when connection happens before monitoring

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 17:20:24 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250605

            Bug ID: 250605
           Summary: MockGamepadProvider is not robust enough and crashes
                    when connection happens before monitoring
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chirag_m_shah at apple.com

<script>
  testRunner.setMockGamepadDetails(0);
  testRunner.connectMockGamepad(0);
  addEventListener('gamepadconnected', () => {});
</script>


Crashes the test runner. We should add hardening against that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230114/29921589/attachment-0001.htm>


More information about the webkit-unassigned mailing list