[Webkit-unassigned] [Bug 153438] LayoutTest imported/w3c/indexeddb/keyorder-private.html flaky on mac-wk1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 13:46:52 PST 2016


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

--- Comment #7 from Brady Eidson <beidson at apple.com> ---
There's a specific key in the test which is basically:

var now = new Date;
var key = { 0, now };

We add that key to the object store. Adds only success if the key is not already there. It's a failure if the key is already there.

And guess what? that key is *reported* as already there.

Even though it had never been added before.

So... hashing problem, it seems.

But only semi-rarely.

-- 
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/20160203/f83c66b2/attachment.html>


More information about the webkit-unassigned mailing list