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   

Sam Sneddon [:gsnedders]
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-05-10 17:03:27 PDT
Note You need to log in before you can comment on or make changes to this bug.