[webkit-changes] [WebKit/WebKit] 376668: [ews] Add result database support for API tests to...

Aakash J noreply at github.com
Tue Jan 31 07:33:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3766682046d76ba8dd2b58fa1c9d96ebc11dadc7
      https://github.com/WebKit/WebKit/commit/3766682046d76ba8dd2b58fa1c9d96ebc11dadc7
  Author: Aakash Jain <aakash_jain at apple.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M Tools/CISupport/ews-build/steps.py

  Log Message:
  -----------
  [ews] Add result database support for API tests to avoid reruns and clean-tree-runs
https://bugs.webkit.org/show_bug.cgi?id=251388
rdar://104834184

Reviewed by Ryan Haddad.

Adding result database support for API tests to avoid reruns and clean-tree-runs. This is similar to
what we did for layout-tests in https://bugs.webkit.org/show_bug.cgi?id=204368

This would significantly improve the runtime for API tests when they are any flaky or pre-existing test failures.

* Tools/CISupport/ews-build/steps.py:
(RunAPITests):
(RunAPITests.run):
(RunAPITests.analyze_failures_using_results_db):
(RunAPITests.parse_api_failures_from_string):
(RunAPITests.filter_api_test_failures_using_results_db):
(ReRunAPITests):
(RunAPITestsWithoutChange.analyze_failures_using_results_db):

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




More information about the webkit-changes mailing list