Bug 74166 - REGRESSION(r102105): run-bindings-tests' output is truncated to 500 characters
Summary: REGRESSION(r102105): run-bindings-tests' output is truncated to 500 characters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-08 22:08 PST by Kentaro Hara
Modified: 2011-12-09 01:16 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.09 KB, patch)
2011-12-08 22:12 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 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)
     {
Comment 1 Kentaro Hara 2011-12-08 22:12:24 PST
Created attachment 118531 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2011-12-09 01:16:21 PST
All reviewed patches have been landed.  Closing bug.