Bug 137709 - [Mac] DRT stderr logging after the test completes gets attributed to the next test
Summary: [Mac] DRT stderr logging after the test completes gets attributed to the next...
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: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-14 12:07 PDT by Simon Fraser (smfr)
Modified: 2014-10-14 14:50 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.26 KB, patch)
2014-10-14 12:07 PDT, Simon Fraser (smfr)
ap: review+
ap: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2014-10-14 12:07:14 PDT
It's hard to use stderr logging when diagnosing DRT issues because stderr output that happens after dump() gets attributed to the next test. This happens because we fputs("#EOF\n", stderr); at the same time we terminate the text output.
Comment 1 Simon Fraser (smfr) 2014-10-14 12:07:37 PDT
Created attachment 239816 [details]
Patch
Comment 2 Alexey Proskuryakov 2014-10-14 12:36:26 PDT
Comment on attachment 239816 [details]
Patch

No ChangeLog?
Comment 3 Simon Fraser (smfr) 2014-10-14 14:50:25 PDT
http://trac.webkit.org/changeset/174702