[Webkit-unassigned] [Bug 196898] New: TestRunner::notifyDone() should not be reentrant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 13 10:24:22 PDT 2019


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

            Bug ID: 196898
           Summary: TestRunner::notifyDone() should not be reentrant
           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: pvollan at apple.com
                CC: lforschler at apple.com

It is currently possible that TestRunner::notifyDone() will call itself, since notifyDone() will force a repaint, which can start executing JavaScript, which may call notifyDone() again. This can lead to test failures and flakiness.

-- 
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/20190413/bebec57c/attachment.html>


More information about the webkit-unassigned mailing list