WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
302485
[webkitpy] Executive.run_command should log command before running.
https://bugs.webkit.org/show_bug.cgi?id=302485
Summary
[webkitpy] Executive.run_command should log command before running.
Ben Schwartz
Reported
2025-11-13 10:53:25 PST
Executive.run_command only logs the command being run after it completes. For debugging purposes, it would be great to have logging before the command is run so that we can see which commands are hanging. To supplement this change, we should only log at the end if it takes longer than x seconds (where x is whatever we deem is the end of a reasonable timeframe) or if the exit code wasn't 0.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-11-13 10:53:32 PST
<
rdar://problem/164649390
>
Ben Schwartz
Comment 2
2025-11-13 10:57:17 PST
Pull request:
https://github.com/WebKit/WebKit/pull/53887
EWS
Comment 3
2025-11-13 13:22:01 PST
Committed
303002@main
(0e7432d919ef): <
https://commits.webkit.org/303002@main
> Reviewed commits have been landed. Closing PR #53887 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug