[Webkit-unassigned] [Bug 28202] REGRESSION: run-webkit-tests --quiet hangs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 09:11:45 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|run-webkit-tests --quiet    |REGRESSION:
                   |hangs                       |run-webkit-tests --quiet
                   |                            |hangs




--- Comment #3 from Eric Seidel <eric at webkit.org>  2009-08-12 09:11:44 PDT ---
I'm going to check this in w/o review to fix the regression that --quiet now
hangs.  (Alternatively I could roll out my other patch which caused it to
hang.)

If anyone has suggestions as to how I should improve this code, I'm happy to
change it further.

This code is specifically trying to avoid turning the args array back into a
string.  Perl doesn't seem to have an elegant way to deal with an args array
*and* route stderr to /dev/null.  Another way I could handle this would be to
override the parent's stdout/stderr before running the normal "system" call. 
But that's also pretty nasty (although slightly less code).

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