Bug 73663 - run-api-tests prints suite names twice for failed or timed out tests
Summary: run-api-tests prints suite names twice for failed or timed out tests
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: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 08:37 PST by Adam Roben (:aroben)
Modified: 2011-12-02 10:19 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.57 KB, patch)
2011-12-02 08:37 PST, Adam Roben (:aroben)
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-12-02 08:37:17 PST
run-api-tests prints wrong test names when tests fail or time out
Comment 1 Adam Roben (:aroben) 2011-12-02 08:37:40 PST
Created attachment 117632 [details]
Patch
Comment 2 Simon Fraser (smfr) 2011-12-02 10:17:37 PST
Comment on attachment 117632 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=117632&action=review

> Tools/ChangeLog:6
> +        Fixes <http://webkit.org/b/73663> run-api-tests prints wrong test names when tests fail or
> +        time out

Wrong test names is a little misleading. The test name was right, just with an extra prefix.
Comment 3 Adam Roben (:aroben) 2011-12-02 10:19:55 PST
Committed r101821: <http://trac.webkit.org/changeset/101821>