Bug 59794 - Port Mozilla's IndexedDB tests: index with integer keys
Summary: Port Mozilla's IndexedDB tests: index with integer keys
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-29 06:50 PDT by Mark Pilgrim (Google)
Modified: 2011-04-29 11:37 PDT (History)
6 users (show)

See Also:


Attachments
Patch (4.89 KB, patch)
2011-04-29 06:51 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.