[Webkit-unassigned] [Bug 176017] New: Speedometer 2.0: jQuery test fails occasionally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 28 01:49:12 PDT 2017


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

            Bug ID: 176017
           Summary: Speedometer 2.0: jQuery test fails occasionally
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: shiyu.zhang at intel.com
                CC: lforschler at apple.com

Created attachment 319169

  --> https://bugs.webkit.org/attachment.cgi?id=319169&action=review

A possible fix for jQuery test

Speedometer 2.0 crashes at jQuery test with high possibility on my laptop (i5-5300U, win8, Chrome R60). 

Currently, jQuery test generates the DOM tree in its index.html and loads app.js, which binds events to the DOM nodes, at the end of the index.html. Speedometer framework starts "Adding items" action after the "new-todo" DOM node is ready. In jQuery test, there's a chance that Speedometer starts "Adding items" as soon as the "new-todo" node is ready while app.js has not been loaded completely and no event is binded to the DOM node yet. A possible fix patch is in the attachment.

-- 
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/20170828/19678d5b/attachment-0001.html>


More information about the webkit-unassigned mailing list