Bug 128374

Summary: IDB: Some Mozilla cursor mutation tests fail
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, commit-queue, jsbell, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 sam: review+

Description Brady Eidson 2014-02-07 07:28:05 PST
IDB: Some Mozilla cursor mutation tests fail

This includes:
storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html failed unexpectedly (text diff)
storage/indexeddb/mozilla/cursor-mutation.html failed unexpectedly (text diff)
storage/indexeddb/mozilla/cursor-update-updates-indexes.html failed unexpectedly (text diff)

Because of the close relation, I suspect (at this point) that the causes of the failures are the same or related.
Comment 1 Radar WebKit Bug Importer 2014-02-07 07:28:16 PST
<rdar://problem/16011680>
Comment 2 Brady Eidson 2014-02-07 15:39:53 PST
I have a patch to fix:
storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html failed unexpectedly (text diff)
storage/indexeddb/mozilla/cursor-mutation.html failed unexpectedly (text diff)

But not the third one.  It will come in the continued layout test cleanup effort.
Comment 3 Brady Eidson 2014-02-07 15:57:21 PST
Created attachment 223507 [details]
Patch v1
Comment 4 Brady Eidson 2014-02-07 16:26:23 PST
http://trac.webkit.org/changeset/163662