Bug 59468 - Port Mozilla's IndexedDB tests: get() and put() basics
Summary: Port Mozilla's IndexedDB tests: get() and put() basics
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-26 10:33 PDT by Mark Pilgrim (Google)
Modified: 2011-04-27 21:59 PDT (History)
6 users (show)

See Also:


Attachments
patch with changelog and layouttest (9.94 KB, patch)
2011-04-26 10:35 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Patch (6.79 KB, patch)
2011-04-27 13:11 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-26 10:33:12 PDT
Original tests:
http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_put_get_values.html?force=1
http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_put_get_values_autoIncrement.html?force=1

This is a pair of tests ported from Mozilla's IndexedDB test suite. They test the basics of get() and put() with and without autoincremented keys. WebKit passes all these tests.
Comment 1 Mark Pilgrim (Google) 2011-04-26 10:35:44 PDT
Created attachment 91126 [details]
patch with changelog and layouttest
Comment 2 Tony Chang 2011-04-26 16:29:13 PDT
Comment on attachment 91126 [details]
patch with changelog and layouttest

Can these 2 tests be merged into a single test file to avoid test code duplication?
Comment 3 Mark Pilgrim (Google) 2011-04-27 13:11:07 PDT
Created attachment 91329 [details]
Patch
Comment 4 WebKit Commit Bot 2011-04-27 21:59:37 PDT
Comment on attachment 91329 [details]
Patch

Clearing flags on attachment: 91329

Committed r85151: <http://trac.webkit.org/changeset/85151>
Comment 5 WebKit Commit Bot 2011-04-27 21:59:43 PDT
All reviewed patches have been landed.  Closing bug.