RESOLVED WONTFIX 52432
[Chromium] The stdout and stderr output of DRT is in unknown order.
https://bugs.webkit.org/show_bug.cgi?id=52432
Summary [Chromium] The stdout and stderr output of DRT is in unknown order.
zhenghao
Reported 2011-01-14 01:15:04 PST
In ChromiumDriver.start(), it combines the output of stdout and stderr of subprocess DRT. And then in run_test(), it assumes that stderr output all comes before the line "#URL:". But actually the sequence of stdout and stderr is undefined, which may break some layout tests under some environment unexpectedly. In WebKitDriver, it uses a nice util ServerProcess. It seperate stdout and stderr, and uses read with timeout. This could be a better solution.
Attachments
Stephen Chenney
Comment 1 2013-04-11 13:15:00 PDT
Test related bugs being marked WontFix. TestExpectations will contain bug if still relevant.
Note You need to log in before you can comment on or make changes to this bug.