[Webkit-unassigned] [Bug 156077] inspector/heap/getRemoteObject.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 25 09:42:49 PDT 2019


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

Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|yurys at chromium.org          |webkit-unassigned at lists.web
                   |                            |kit.org

--- Comment #9 from Yury Semikhatsky <yurys at chromium.org> ---
(In reply to Alexey Proskuryakov from comment #4)
> It seems to have become more flaky recently, failing ~10% of time.

The source of flakiness is that snapshot.instancesWithClassName("Window",...) sometimes finds global Window object (expected) but sometimes it is native function Window. Looks like a problem with classifying heap objects in the snapshot as the latter one should probably be a Function.

-- 
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/20191025/ca74885d/attachment-0001.htm>


More information about the webkit-unassigned mailing list