[Webkit-unassigned] [Bug 37794] new-run-webkit-tests --verbose shows ever-increasing #EOF lines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 14:08:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37794





--- Comment #11 from Ojan Vafai <ojan at chromium.org>  2010-04-22 14:08:17 PST ---
A bit late but...

Seems like the "correct" fix would be to add a read_error_line method to  match
read_line. Then in the appropriate loops where you are reading output, you
could also read the errors. In retrospect, it's weird that read_line also
processes stderr.

Alternately, we could modify readline to return a (output, error_output) tuple
where output or error_output may be None/empty-string.

-- 
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