[Webkit-unassigned] [Bug 137709] New: DRT stderr logging after the test completes gets attributed to the next test
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 14 12:07:21 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137709
Summary: DRT stderr logging after the test completes gets
attributed to the next test
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: simon.fraser at apple.com
CC: ap at webkit.org, dfarler at apple.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list