RESOLVED FIXED66240
It's hard to tell what the actual result of a failed JS test is in TestWebKitAPI's output
https://bugs.webkit.org/show_bug.cgi?id=66240
Summary It's hard to tell what the actual result of a failed JS test is in TestWebKit...
Adam Roben (:aroben)
Reported 2011-08-15 11:15:28 PDT
It's hard to tell what the actual result of a failed JS test is in TestWebKitAPI's output
Attachments
Patch (10.39 KB, patch)
2011-08-15 11:16 PDT, Adam Roben (:aroben)
levin: review+
Adam Roben (:aroben)
Comment 1 2011-08-15 11:16:39 PDT
David Levin
Comment 2 2011-08-15 11:34:19 PDT
Comment on attachment 103929 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=103929&action=review > Tools/TestWebKitAPI/JavaScriptTest.cpp:79 > + OwnArrayPtr<char> buffer = adoptArrayPtr(new char[bufferSize]); Interestingly JSStringGetMaximumUTF8CStringSize seems incorrectly used in WebKit/Tools/DumpRenderTree/LayoutTestController.cpp where it adds +1 to the output from it but looking at the implementation of that function. the usage here is correct.
Adam Roben (:aroben)
Comment 3 2011-08-15 12:31:16 PDT
Note You need to log in before you can comment on or make changes to this bug.