RESOLVED FIXED 106805
IndexedDB: Fix test for error message in storage/indexeddb/transaction-complete-workers.html
https://bugs.webkit.org/show_bug.cgi?id=106805
Summary IndexedDB: Fix test for error message in storage/indexeddb/transaction-comple...
Michael Pruett
Reported 2013-01-14 09:59:00 PST
The test storage/indexeddb/transaction-complete-workers.html depends upon an uncaught exception having the message "Uncaught Error: ignore this". V8 prepends "Uncaught " to uncaught exceptions, but JSC does not. This test should be updated to accept either the V8 or the JSC form.
Attachments
Patch (1.88 KB, patch)
2013-01-14 10:12 PST, Michael Pruett
no flags
Patch (1.87 KB, patch)
2013-01-14 10:19 PST, Michael Pruett
no flags
Michael Pruett
Comment 1 2013-01-14 10:12:10 PST
Michael Pruett
Comment 2 2013-01-14 10:19:09 PST
Created attachment 182596 [details] Patch I have updated formatting to match WebKit style guidelines.
Tony Chang
Comment 3 2013-01-14 10:43:46 PST
Comment on attachment 182596 [details] Patch OK
WebKit Review Bot
Comment 4 2013-01-14 10:52:39 PST
Comment on attachment 182596 [details] Patch Clearing flags on attachment: 182596 Committed r139625: <http://trac.webkit.org/changeset/139625>
WebKit Review Bot
Comment 5 2013-01-14 10:52:42 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.