[webkit-changes] [WebKit/WebKit] 2179bd: Look for configuration-specific test expectation f...

Cameron McCormack noreply at github.com
Sun Nov 13 20:37:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2179bd862b65cfd9c27eeed3236a93bd6b509698
      https://github.com/WebKit/WebKit/commit/2179bd862b65cfd9c27eeed3236a93bd6b509698
  Author: Cameron McCormack <heycam at apple.com>
  Date:   2022-11-13 (Sun, 13 Nov 2022)

  Changed paths:
    R LayoutTests/gpu-process/TestExpectations
    A LayoutTests/platform/mac-gpup/TestExpectations
    M Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py

  Log Message:
  -----------
  Look for configuration-specific test expectation files for --enable-gpu-process --remote-layer-tree
https://bugs.webkit.org/show_bug.cgi?id=247868
rdar://problem/102297656

Reviewed by Simon Fraser.

Currently we just look at LayoutTests/gpu-process/TestExpectations, but we
don't look for any -expected files in that directory.

This patch moves the directory to LayoutTests/platform/ and uses it as an
additional platform directory when --enable-gpu-process and --remote-layer-tree
are specified.

* LayoutTests/gpu-process/TestExpectations: Removed.
* LayoutTests/platform/mac-gpup/TestExpectations: Added.
* Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(parse_args):
(_set_up_derived_options):

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




More information about the webkit-changes mailing list