[Webkit-unassigned] [Bug 106411] IndexedDB: Update expected results for IndexedDB layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 09:39:02 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106411





--- Comment #4 from Joshua Bell <jsbell at chromium.org>  2013-01-09 09:40:56 PST ---
> The error message regarding serializing cyclic structures in JSC is "JSON.stringify cannot serialize cyclic structures." (Source/JavaScriptCore/runtime/JSONObject.cpp line 412) while the comparable error message in V8 is "Converting circular structure to JSON" (v8/src/messages.js line 116).

We could alter these tests to catch and verify the exception name and code w/o showing the message.

> V8 prepends the string "Uncaught " (v8/src/messages.js line 55) to uncaught exceptions whereas JSC does not.

Unfortunately, we really need to keep these exceptions uncaught as that's what's being tested. (And for the record, catching with using window.onerror doesn't count as being "caught", but also does not prevent the message, so that's not helpful.)

Other thoughts?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list