[webkit-changes] [WebKit/WebKit] ac1c9d: [test-webkitpy] BrokenPipeError doesn't exist in P...

Jonathan Bedard noreply at github.com
Wed Dec 7 15:52:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ac1c9d9b0fbd447d22782cd056b0eccb8f6f0ad1
      https://github.com/WebKit/WebKit/commit/ac1c9d9b0fbd447d22782cd056b0eccb8f6f0ad1
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M Tools/Scripts/webkitpy/port/server_process.py

  Log Message:
  -----------
  [test-webkitpy] BrokenPipeError doesn't exist in Python 2
https://bugs.webkit.org/show_bug.cgi?id=248904
rdar://103088110

Reviewed by Ryan Haddad.

* Tools/Scripts/webkitpy/port/server_process.py:
(ServerProcess.write): Use OSError instead of BrokenPipeError.
(ServerProcess.stop): Ditto.

Canonical link: https://commits.webkit.org/257517@main




More information about the webkit-changes mailing list