[Webkit-unassigned] [Bug 67164] [nrwt] Broken output when writing new test results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 16:26:27 PDT 2011


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


Dirk Pranke <dpranke at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org,
                   |                            |eric at webkit.org




--- Comment #1 from Dirk Pranke <dpranke at chromium.org>  2011-08-29 16:26:27 PST ---
By "looks wrong" I'm guessing you mean that there should've been a carriage return in between "expected" and "Writing"?

This is a known flaw in the way stuff gets logged to stderr in NRWT by default; messages in the worker processes interleave with the "progress meter" in the manager process.

We have not bothered to implement the "general" solution that would coordinate messages between processes; the hack we normally employ is to print a blank line before printing messages from the workers. Such a hack is a trivial fix.

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