When running test-webkitpy, there're many failure caused by following error: > ValueError: close_fds is not supported on Windows platforms if you redirect stdin/stdout/stderr
On Windows native command prompt (not Cygwin)
Created attachment 326798 [details] fix
I chose just passing False (don't close fds) because we cannot move forward with this flag True on Windows w/o Cygwin. We will figured out the actual issue caused by passing False here later.
Comment on attachment 326798 [details] fix R=me.
Comment on attachment 326798 [details] fix Clearing flags on attachment: 326798 Committed r224795: <https://trac.webkit.org/changeset/224795>
All reviewed patches have been landed. Closing bug.
<rdar://problem/35562026>