[webkit-changes] [WebKit/WebKit] f9268d: Fix open-layout-test after 272281 at main

Commit Queue noreply at github.com
Mon Feb 12 16:11:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f9268d81b1a1e32b5707e0273b780c35e4cada80
      https://github.com/WebKit/WebKit/commit/f9268d81b1a1e32b5707e0273b780c35e4cada80
  Author: Pascoe <pascoe at apple.com>
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
    M Tools/Scripts/open-layout-test

  Log Message:
  -----------
  Fix open-layout-test after 272281 at main
https://bugs.webkit.org/show_bug.cgi?id=267242
rdar://120672699

Reviewed by Jonathan Bedard.

* Tools/Scripts/open-layout-test:
(main):
Update calls to is_http_test and test_to_uri to take in a DriverInput.

This was already done for the test runner and tests in https://commits.webkit.org/272281@main,
but the open-layout-test tool was not modified. This fixes that. I've confirmed there's no other
callers of these two methods that need updating.

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




More information about the webkit-changes mailing list