As can be seen here: http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Linux/builds/5724/steps/webkit_tests/logs/stdio
Created attachment 88950 [details] Patch
See dependent bug for the follow up to remove the fixme (and do a better fix).
Comment on attachment 88950 [details] Patch ok.
Committed as http://trac.webkit.org/changeset/83398
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.