NEW 271331
Get rid of version-specific TestExpectations files
https://bugs.webkit.org/show_bug.cgi?id=271331
Summary Get rid of version-specific TestExpectations files
Sam Sneddon [:gsnedders]
Reported 2024-03-20 12:26:20 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-03-20 12:26:29 PDT
Note You need to log in before you can comment on or make changes to this bug.