[Webkit-unassigned] [Bug 31534] New: WorkQueue is the only place that should know about special exit codes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 01:44:14 PST 2009


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

           Summary: WorkQueue is the only place that should know about
                    special exit codes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org


WorkQueue is the only place that should know about special exit codes

When a child process handles an error but still needs to exit early, we use a
special error code.  This lets the child process no exit(0) (normal exit) which
would be mildly confusing.

Lets move this special handling all into one file (workqueue.py) so that the
logic and comments are all in one place.

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