Bug 311668

Summary: [libpas] Fix TestHarness.cpp fd handling for child processes
Product: WebKit Reporter: Marcus Plutowski <marcus_plutowski>
Component: bmallocAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Marcus Plutowski
Reported 2026-04-07 12:33:36 PDT
rdar://174260027 Normally, success is reported through the local pipefd in startForkedTest. However, there’s some old code which uses a global resultPipe instead, which is 0-initialized, thus passing through to stdin and thus apparently the terminal. This should be consolidated.
Attachments
Marcus Plutowski
Comment 1 2026-04-07 12:37:11 PDT
EWS
Comment 2 2026-04-07 15:31:04 PDT
Committed 310745@main (7c6ba4f49874): <https://commits.webkit.org/310745@main> Reviewed commits have been landed. Closing PR #62210 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.