Bug 311668
| Summary: | [libpas] Fix TestHarness.cpp fd handling for child processes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Plutowski <marcus_plutowski> |
| Component: | bmalloc | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/62210
EWS
Committed 310745@main (7c6ba4f49874): <https://commits.webkit.org/310745@main>
Reviewed commits have been landed. Closing PR #62210 and removing active labels.