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
262421
[update-test-expectations-from-bugzilla] don't use parse_known_args
https://bugs.webkit.org/show_bug.cgi?id=262421
Summary
[update-test-expectations-from-bugzilla] don't use parse_known_args
Sam Sneddon [:gsnedders]
Reported
2023-09-29 17:49:42 PDT
Similar to
bug 259750
, we should be using parse_args and not parse_known_args unless we have a very strong reason to use the latter. As it is, we reimplement our own argument validation here which is just… silly.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-29 17:50:07 PDT
<
rdar://problem/116264336
>
Sam Sneddon [:gsnedders]
Comment 2
2023-09-29 18:08:15 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18453
EWS
Comment 3
2023-10-02 11:37:53 PDT
Committed
268738@main
(5610a2924300): <
https://commits.webkit.org/268738@main
> Reviewed commits have been landed. Closing PR #18453 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