[Webkit-unassigned] [Bug 151101] New: UI-side scripts in WebKitTestRunner should wait until event handling completes before finishing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 09:00:09 PST 2015


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

            Bug ID: 151101
           Summary: UI-side scripts in WebKitTestRunner should wait until
                    event handling completes before finishing
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iOS
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com
                CC: lforschler at apple.com

WebKitTestRunner may still crash in the scenario where a marker event is dequeued and handled after uiScriptComplete has been called. While this scenario should never happen when running iOS interaction tests serially on a single simulator, this seems to happen occasionally when tests are run in parallel. We can fix this by making UI script execution smart enough to defer script completion until all events (currently tap, double tap and hardware keyboard) have been handled.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151110/d990bc52/attachment.html>


More information about the webkit-unassigned mailing list