Bug 173601

Summary: Test expectations linter should check for redundant expectations between ports
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Jonathan Bedard
Reported 2017-06-20 08:34:00 PDT
As we expand iOS testing, we should check if test expectations can be reduced. For example, if both ios-simulator and ios-device have the same expectation, that expectation is really an ios expectation.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-06-20 08:34:23 PDT
Sam Sneddon [:gsnedders]
Comment 2 2023-07-04 09:42:57 PDT
Note this in principle runs into the same problem as Bug 258855: we really need to consider the whole graph, and we can't currently construct the entire graph (we don't guarantee that Port objects can be constructed on other platforms).
Note You need to log in before you can comment on or make changes to this bug.