Bug 271262

Summary: [webkitpy] Unify expectations_files and baseline_search_path
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: Tools / TestsAssignee: Sam Sneddon [:gsnedders] <gsnedders>
Status: NEW ---    
Severity: Normal CC: jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Sam Sneddon [:gsnedders] 2024-03-19 13:03:38 PDT
Currently we override Port._port_specific_expectations_files and define it based on the baseline search path in DarwinPort, WinPort, GtkPort, and WPEPort.

This means the only places where we have TestExpectations having a separate search path to baselines are: JscOnlyPort, TestPort, and TestWebKitPort.

We shouldn't have totally different behaviour in TestPort and TestWebKitPort to the rest of the world, so we should just define Port._port_specific_expectations_files in terms of Port. baseline_search_path.
Comment 1 Sam Sneddon [:gsnedders] 2024-03-19 13:19:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/26140
Comment 2 Radar WebKit Bug Importer 2024-03-26 13:04:14 PDT
<rdar://problem/125435314>