bisect-builds doesn't work with Python 3, and is buggy in several ways.
Created attachment 416790 [details] proposed patch
<rdar://problem/72771835>
Comment on attachment 416790 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=416790&action=review > Tools/Scripts/bisect-builds:209 > + platform = SystemHost().platform SystemHost is not free to instantiate (it runs some shell commands in the constructor, if I recall correctly), so we probably don't want to instantiate it twice. > Tools/Scripts/bisect-builds:214 > + return platform Pretty sure you want to return "platform.os_name", not the actual PlatformInfo object
Created attachment 417092 [details] proposed patch Thank you, updated accordingly.
Committed r271211: <https://trac.webkit.org/changeset/271211> All reviewed patches have been landed. Closing bug and clearing flags on attachment 417092 [details].