Bug 225624

Summary: webkitpy.port.server_process.ServerProcess should be a subclass of subprocess.Popen
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Sam Sneddon [:gsnedders] 2021-05-10 17:03:15 PDT
This is largely code-cleanup, but we should simply have a subclass of Popen where we replace stderr/stdout where appropriate with our own subclass of io.BufferedIOBase where read/etc. take an optional timeout=None argument.
Comment 1 Radar WebKit Bug Importer 2021-05-10 17:03:27 PDT
<rdar://problem/77795973>