[Webkit-unassigned] [Bug 271331] New: Get rid of version-specific TestExpectations files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 12:26:20 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=271331

            Bug ID: 271331
           Summary: Get rid of version-specific TestExpectations files
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: ap at webkit.org, ben_schwartz at apple.com,
                    jbedard at apple.com, webkit-bug-importer at group.apple.com

Currently we have:

LayoutTests/platform/mac-monterey-wk1/TestExpectations
LayoutTests/platform/mac-monterey-wk2/TestExpectations
LayoutTests/platform/mac-monterey/TestExpectations
LayoutTests/platform/mac-sonoma-wk2-lbse-text/TestExpectations
LayoutTests/platform/mac-ventura-wk1/TestExpectations
LayoutTests/platform/mac-ventura-wk2/TestExpectations
LayoutTests/platform/mac-ventura/TestExpectations

None of these should exist, we should instead have e.g.:

[ Monterey ] fast/dom/SelectorAPI/caseID.html [ Pass Failure ]

in mac-wk1 instead of mac-monterey-wk1.

Potentially:

LayoutTests/platform/gtk4/TestExpectations

should also not exist, but we don't have GTK version as a Test configuration option.

Note that even with these gone in WebKit, we can't redefine the DarwinPort._port_specific_expectations_files without breaking things internal to Apple where there are similar files (including in non-macOS ports) in ApplePort._apple_baseline_path.

See also bug 105599 where we started supporting TestExpectations files in all these directories.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240320/f9a3987c/attachment.htm>


More information about the webkit-unassigned mailing list