Bug 173601 - Test expectations linter should check for redundant expectations between ports
Summary: Test expectations linter should check for redundant expectations between ports
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-06-20 08:34 PDT by Jonathan Bedard
Modified: 2023-07-04 09:42 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 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.
Comment 1 Radar WebKit Bug Importer 2017-06-20 08:34:23 PDT
<rdar://problem/32873971>
Comment 2 Sam Sneddon [:gsnedders] 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).