Bug 248904
| Summary: | [test-webkitpy] BrokenPipeError doesn't exist in Python 2 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | clopez, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=248533 | ||
Jonathan Bedard
BrokenPipeError doesn't exist in Python 2. But also, BrokenPipeError is just an OSError, so we should catch that instead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103088110>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/7282
EWS
Committed 257517@main (ac1c9d9b0fbd): <https://commits.webkit.org/257517@main>
Reviewed commits have been landed. Closing PR #7282 and removing active labels.
Carlos Alberto Lopez Perez
thanks for the fix!