RESOLVED FIXED 137709
[Mac] DRT stderr logging after the test completes gets attributed to the next test
https://bugs.webkit.org/show_bug.cgi?id=137709
Summary [Mac] DRT stderr logging after the test completes gets attributed to the next...
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.