[Webkit-unassigned] [Bug 158902] js/dom/global-constructors-attributes.html is flaky: ResourceTiming runtime feature leaks between tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 13:50:10 PDT 2016


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

--- Comment #37 from Alexey Proskuryakov <ap at webkit.org> ---
My idea is that the first time a RuntimeEnabledFeature setter is called, we call WebCore to get the current state of it, remember that, and always reset back to that state between tests.

There are a few essentially equivalent variations here. For example, we could get and remember WebCore's idea of feature state for all RuntimeEnabledFeatures at once the first time one of the setters is called.

-- 
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/20160707/2f0b25c7/attachment.html>


More information about the webkit-unassigned mailing list