RESOLVED FIXED64809
REGRESSION (r91114-r91116): fast/dom/error-to-string-stack-overflow.html failing on Windows 7 Release (Tests)
https://bugs.webkit.org/show_bug.cgi?id=64809
Summary REGRESSION (r91114-r91116): fast/dom/error-to-string-stack-overflow.html fail...
Adam Roben (:aroben)
Reported 2011-07-19 09:49:08 PDT
Attachments
The patch (1.70 KB, patch)
2011-07-19 14:49 PDT, Gavin Barraclough
aroben: review+
Gavin Barraclough
Comment 1 2011-07-19 12:21:44 PDT
investigating.
Gavin Barraclough
Comment 2 2011-07-19 14:41:23 PDT
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.
Adam Roben (:aroben)
Comment 3 2011-07-19 14:46:43 PDT
Thanks for the analysis, Gavin. Could you update the results by grabbing them from the bot? "webkit-patch rebaseline" might be the easiest way.
Gavin Barraclough
Comment 4 2011-07-19 14:49:54 PDT
Created attachment 101391 [details] The patch
Gavin Barraclough
Comment 5 2011-07-19 14:51:47 PDT
Fixed in r91305
Note You need to log in before you can comment on or make changes to this bug.