[webkit-changes] [WebKit/WebKit] 5610a2: [update-test-expectations-from-bugzilla] move to p...

Sam Sneddon noreply at github.com
Mon Oct 2 11:38:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5610a2924300060bd87e8c1a2e4c4c314ad791e7
      https://github.com/WebKit/WebKit/commit/5610a2924300060bd87e8c1a2e4c4c314ad791e7
  Author: Sam Sneddon <gsnedders at apple.com>
  Date:   2023-10-02 (Mon, 02 Oct 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/common/net/bugzilla/test_expectation_updater.py

  Log Message:
  -----------
  [update-test-expectations-from-bugzilla] move to parse_args
https://bugs.webkit.org/show_bug.cgi?id=262421
rdar://problem/116264336

Reviewed by Jonathan Bedard.

There's no reason for us to re-implement our own argument parsing after
calling the argument parser, so just move from parse_known_args to
parse_args.

* Tools/Scripts/webkitpy/common/net/bugzilla/test_expectation_updater.py:
(argument_parser):
(main):

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




More information about the webkit-changes mailing list