Bug 106805

Summary: IndexedDB: Fix test for error message in storage/indexeddb/transaction-complete-workers.html
Product: WebKit Reporter: Michael Pruett <michael>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, jsbell, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Michael Pruett 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.
Comment 1 Michael Pruett 2013-01-14 10:12:10 PST
Created attachment 182595 [details]
Patch
Comment 2 Michael Pruett 2013-01-14 10:19:09 PST
Created attachment 182596 [details]
Patch

I have updated formatting to match WebKit style guidelines.
Comment 3 Tony Chang 2013-01-14 10:43:46 PST
Comment on attachment 182596 [details]
Patch

OK
Comment 4 WebKit Review Bot 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>
Comment 5 WebKit Review Bot 2013-01-14 10:52:42 PST
All reviewed patches have been landed.  Closing bug.