Bug 59794

Summary: Port Mozilla's IndexedDB tests: index with integer keys
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dgrogan, fishd, hans, pilgrim, tony
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Mark Pilgrim (Google) 2011-04-29 06:50:00 PDT
Original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_create_index_with_integer_keys.html?force=1

This is a port of a test from Mozilla's IndexedDB test suite. It creates an object store with integer data, then creates an index against the integer keys, then opens a cursor on that index and verifies that the data matches.

WebKit passes this test.
Comment 1 Mark Pilgrim (Google) 2011-04-29 06:51:19 PDT
Created attachment 91673 [details]
Patch
Comment 2 Tony Chang 2011-04-29 10:11:47 PDT
Comment on attachment 91673 [details]
Patch

dgrogan, hans: feel free to jump in if you have feedback.  We can always make follow up changes to do clean up.
Comment 3 WebKit Commit Bot 2011-04-29 11:37:37 PDT
Comment on attachment 91673 [details]
Patch

Clearing flags on attachment: 91673

Committed r85342: <http://trac.webkit.org/changeset/85342>
Comment 4 WebKit Commit Bot 2011-04-29 11:37:42 PDT
All reviewed patches have been landed.  Closing bug.