RESOLVED FIXED 151895
Modern IDB: Add some more custom exception messages, passing some more tests
https://bugs.webkit.org/show_bug.cgi?id=151895
Summary Modern IDB: Add some more custom exception messages, passing some more tests
Brady Eidson
Reported 2015-12-04 16:54:25 PST
Modern IDB: Add some more custom exception messages, passing some more tests
Attachments
Patch v1 (12.66 KB, patch)
2015-12-04 16:59 PST, Brady Eidson
achristensen: review+
achristensen: commit-queue-
Brady Eidson
Comment 1 2015-12-04 16:59:00 PST
Created attachment 266684 [details] Patch v1
Alex Christensen
Comment 2 2015-12-04 17:20:18 PST
Comment on attachment 266684 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=266684&action=review r=me except cursor-continue-expected.txt > LayoutTests/platform/mac-wk1/TestExpectations:-113 > -storage/indexeddb/cursor-continue.html [ Failure ] this is probably still failing. maybe an invalid test, but don't commit the change you have in the expected in this patch. > LayoutTests/storage/indexeddb/cursor-continue-expected.txt:65 > -PASS code is 0 > -PASS ename is 'TransactionInactiveError' > -Exception message: TransactionInactiveError: DOM IDBDatabase Exception 0 > +FAIL code should be 0 (of type number). Was undefined (of type undefined). > +FAIL ename should be TransactionInactiveError. Was ReferenceError. > +Exception message: Can't find variable: cursor Revert this whole file.
Brady Eidson
Comment 3 2015-12-04 17:22:45 PST
Note You need to log in before you can comment on or make changes to this bug.