RESOLVED WONTFIX 74460
Consider a js library to translate v8 error messages to jsc to reduce test expectation differences.
https://bugs.webkit.org/show_bug.cgi?id=74460
Summary Consider a js library to translate v8 error messages to jsc to reduce test ex...
David Levin
Reported 2011-12-13 16:04:41 PST
Or anything else that produces an equivalent result. Perhaps we should strip out the text message completely to make our test more broadly useful to other browsers as well. Due to ChangeLog in https://bugs.webkit.org/show_bug.cgi?id=74456 which explains the only reason that we have Chromium specific results is due to v8 error messages being different from JSC.
Attachments
Adam Barth
Comment 1 2011-12-13 17:28:03 PST
Maybe just change DumpRenderTree to normalize the messages? We already do something similar to file paths to make the paths machine independent.
Note You need to log in before you can comment on or make changes to this bug.