RESOLVED FIXED 74166
REGRESSION(r102105): run-bindings-tests' output is truncated to 500 characters
https://bugs.webkit.org/show_bug.cgi?id=74166
Summary REGRESSION(r102105): run-bindings-tests' output is truncated to 500 characters
Kentaro Hara
Reported 2011-12-08 22:08:08 PST
run-bindings-tests should output full diff results. Current output: FAIL: (JS) JSTestInterface.cpp Failed to run "[u'diff', u'-u', u'-N', u'WebCore/bindings/scripts/test/JS/JSTestInterface.cpp', u'/tmp/tmpzfuuDA..." exit_code: 1 Last 500 characters of output: le, thisObject, slot); } +void setJSTestInterfaceStr000(ExecState* exec, JSObject* thisObject, JSValue value) +{ + JSTestInterface* castedThis = static_cast<JSTestInterface*>(thisObject); + TestInterface* imp = static_cast<TestInterface*>(castedThis->impl()); + imp->setStr000(ustringToString(value.isEmpty() ? UString() : value.toString(exec))); +} + + #if ENABLE(Condition11) || ENABLE(Condition12) void setJSTestInterfaceStr2(ExecState* exec, JSObject* thisObject, JSValue value) {
Attachments
Patch (2.09 KB, patch)
2011-12-08 22:12 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2011-12-08 22:12:24 PST
WebKit Review Bot
Comment 2 2011-12-09 01:16:16 PST
Comment on attachment 118531 [details] Patch Clearing flags on attachment: 118531 Committed r102446: <http://trac.webkit.org/changeset/102446>
WebKit Review Bot
Comment 3 2011-12-09 01:16:21 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.