Bug 58201

Summary: REGRESSION(r83384): Change to chromium.py is resulting in failures of the test framework on linux.
Product: WebKit Reporter: David Levin <levin>
Component: Tools / TestsAssignee: David Levin <levin>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dpranke
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 58202    
Attachments:
Description Flags
Patch dglazkov: review+

Comment 1 David Levin 2011-04-10 08:53:53 PDT
Created attachment 88950 [details]
Patch
Comment 2 David Levin 2011-04-10 08:55:00 PDT
See dependent bug for the follow up to remove the fixme (and do a better fix).
Comment 3 Dimitri Glazkov (Google) 2011-04-10 08:58:20 PDT
Comment on attachment 88950 [details]
Patch

ok.
Comment 4 David Levin 2011-04-10 09:01:45 PDT
Committed as http://trac.webkit.org/changeset/83398
Comment 5 Dirk Pranke 2011-04-10 14:28:08 PDT
From looking at the python code implementing subprocess, it looks like either os.waitpid() could be returning something weird, or it could be raising os.error.

So, something's definitely wrong, but having NRWT fall over at that point isn't all that useful, so your change is good. I will see if I can follow-up and reproduce it in bug 58202.