[Webkit-unassigned] [Bug 164797] js/dom/domjit-function-get-element-by-id-licm.html and js/dom/domjit-function-get-element-by-id-changed.html are flaky timeouts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 15:00:00 PST 2016


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

--- Comment #5 from Yusuke Suzuki <utatane.tea at gmail.com> ---
I guess this becomes flaky after r208588 is landed, correct?
If so, I think this is due to the following reason.

The performance of the both tests rely on PureGetById.
But PureGetById is reverted recently in r208588.
Then, this revert makes the both tests flaky.
Once PureGetById patch is relanded OR this change[1] is landed, I believe the both tests becomes unflaky.

Until PureGetById patch is relanded or impure object patch[1] is landed, I think making the both tests TIMEOUT or SKIP is better.

What do you think of?

[1]: https://bugs.webkit.org/show_bug.cgi?id=164175

-- 
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/20161115/4e53341e/attachment.html>


More information about the webkit-unassigned mailing list