[Webkit-unassigned] [Bug 135610] fast/ruby/ruby-svg-crash.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 31 18:44:26 PST 2014


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |ap at webkit.org
                   |kit.org                     |
 Attachment #243855|                            |review?
              Flags|                            |

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
Created attachment 243855
  --> https://bugs.webkit.org/attachment.cgi?id=243855&action=review
proposed fix

This failure means that notifyDone() is called before the main test function executes.

I'm not sure what exactly happens here. There are two possible mechanisms for the failure:

1. DOMContentLoaded fires substantially later than the inline script is executed. If parsing pauses right after </script>, that's quite possible.

2. Two chained zero-delay timers take longer than a 10 ms timer. I don't know if that's possible in WebCore.

-- 
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/20150101/f3cf6b0f/attachment-0002.html>


More information about the webkit-unassigned mailing list