[Webkit-unassigned] [Bug 64809] REGRESSION (r91114-r91116): fast/dom/error-to-string-stack-overflow.html failing on Windows 7 Release (Tests)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 19 14:41:23 PDT 2011


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





--- Comment #2 from Gavin Barraclough <barraclough at apple.com>  2011-07-19 14:41:23 PST ---
I think this just needs new results.  The test deliberately triggers a stack overflow, and doesn't catch it, so the error is printed to the console.  Previously RangeError had the wrong prototype, and didn't convert the error into a useful error message, printing a blank line in the console.  Since r91116 we inherit from Error correctly, and print the error to the console.

-- 
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