Bug 137709

Summary: [Mac] DRT stderr logging after the test completes gets attributed to the next test
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, dfarler, ossy, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ap: review+, ap: commit-queue-

Simon Fraser (smfr)
Reported 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.
Attachments
Patch (1.26 KB, patch)
2014-10-14 12:07 PDT, Simon Fraser (smfr)
ap: review+
ap: commit-queue-
Simon Fraser (smfr)
Comment 1 2014-10-14 12:07:37 PDT
Alexey Proskuryakov
Comment 2 2014-10-14 12:36:26 PDT
Comment on attachment 239816 [details] Patch No ChangeLog?
Simon Fraser (smfr)
Comment 3 2014-10-14 14:50:25 PDT
Note You need to log in before you can comment on or make changes to this bug.