[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:49:53 PST 2016


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

--- Comment #8 from Brady Eidson <beidson at apple.com> ---
(In reply to comment #7)
> 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.
> 

Crazy thing is... this would also indicate an operator=() problem

-- 
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/3673b402/attachment.html>


More information about the webkit-unassigned mailing list