[webkit-changes] [WebKit/WebKit] 69c47f: [import-w3c-tests] check all baselines when deleti...

Sam Sneddon noreply at github.com
Fri Nov 17 10:01:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 69c47f823b0e278ba4a79e9661133153e6b334e5
      https://github.com/WebKit/WebKit/commit/69c47f823b0e278ba4a79e9661133153e6b334e5
  Author: Sam Sneddon <gsnedders at apple.com>
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/w3c/test_importer.py
    M Tools/Scripts/webkitpy/w3c/test_importer_unittest.py

  Log Message:
  -----------
  [import-w3c-tests] check all baselines when deleting dangling baselines
https://bugs.webkit.org/show_bug.cgi?id=264735

Reviewed by Jonathan Bedard.

Previously, we found the first baseline for the current port, and
preserved that baseline. This is, of course, wrong: we need to preserve
baselines for all platforms, including (and especially) the generic
baseline.

* Tools/Scripts/webkitpy/w3c/test_importer.py:
(TestImporter.remove_dangling_expectations):
* Tools/Scripts/webkitpy/w3c/test_importer_unittest.py:
(TestImporterTest.import_downloaded_tests):

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




More information about the webkit-changes mailing list