Bug 225624 - webkitpy.port.server_process.ServerProcess should be a subclass of subprocess.Popen
Summary: webkitpy.port.server_process.ServerProcess should be a subclass of subprocess...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-10 17:03 PDT by Sam Sneddon [:gsnedders]
Modified: 2021-05-10 17:03 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>