[Webkit-unassigned] [Bug 160780] IndexedDB.IndexedDBMultiProcess is a flaky timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 16:37:44 PDT 2016


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

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
This reproduces for me pretty easily when running the test in a loop, about 20% of attempts time out:

while true; do run-api-tests --no-build IndexedDB.IndexedDBMultiProcess; done

or with GuardMalloc,

while true; do run-api-tests --no-build --guard-malloc IndexedDB.IndexedDBMultiProcess; done

The database process is not crashing.

-- 
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/20160923/37d90ca3/attachment.html>


More information about the webkit-unassigned mailing list