Bug 164566 - IndexedDB 2.0: Clean up some exception ordering
Summary: IndexedDB 2.0: Clean up some exception ordering
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 160306
  Show dependency treegraph
 
Reported: 2016-11-09 16:32 PST by Brady Eidson
Modified: 2016-11-09 17:45 PST (History)
6 users (show)

See Also:


Attachments
Patch (10.09 KB, patch)
2016-11-09 16:40 PST, Brady Eidson
achristensen: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews102 for mac-yosemite (970.18 KB, application/zip)
2016-11-09 17:39 PST, Build Bot
no flags Details
Archive of layout-test-results from ews125 for ios-simulator-wk2 (deleted)
2016-11-09 17:41 PST, Build Bot
no flags Details
Archive of layout-test-results from ews105 for mac-yosemite-wk2 (1.05 MB, application/zip)
2016-11-09 17:42 PST, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2016-11-09 16:32:30 PST
IndexedDB 2.0: Clean up some exception ordering

IDB 2.0 specifies order-of-precedence for exceptions in ways that IDB 1.0 did not.

Let's fix some of that up.
Comment 1 Brady Eidson 2016-11-09 16:40:48 PST
Created attachment 294305 [details]
Patch
Comment 2 Build Bot 2016-11-09 17:39:21 PST
Comment on attachment 294305 [details]
Patch

Attachment 294305 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/2486264

New failing tests:
imported/w3c/IndexedDB-private-browsing/idbcursor_advance_index7.html
imported/w3c/IndexedDB-private-browsing/idbcursor_continue_index7.html
Comment 3 Build Bot 2016-11-09 17:39:24 PST
Created attachment 294312 [details]
Archive of layout-test-results from ews102 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews102  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 4 Build Bot 2016-11-09 17:40:56 PST
Comment on attachment 294305 [details]
Patch

Attachment 294305 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/2486209

New failing tests:
imported/w3c/IndexedDB-private-browsing/idbcursor_advance_index7.html
imported/w3c/IndexedDB-private-browsing/idbcursor_continue_index7.html
Comment 5 Build Bot 2016-11-09 17:41:00 PST
Created attachment 294313 [details]
Archive of layout-test-results from ews125 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews125  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.6
Comment 6 Build Bot 2016-11-09 17:42:49 PST
Comment on attachment 294305 [details]
Patch

Attachment 294305 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/2486278

New failing tests:
imported/w3c/IndexedDB-private-browsing/idbcursor_advance_index7.html
imported/w3c/IndexedDB-private-browsing/idbcursor_continue_index7.html
Comment 7 Build Bot 2016-11-09 17:42:52 PST
Created attachment 294314 [details]
Archive of layout-test-results from ews105 for mac-yosemite-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews105  Port: mac-yosemite-wk2  Platform: Mac OS X 10.10.5
Comment 8 Brady Eidson 2016-11-09 17:45:53 PST
Whoops, forgot the private copy of the tests.

Fixed locally and landed in https://trac.webkit.org/changeset/208518