Bug 173601
Summary: | Test expectations linter should check for redundant expectations between ports | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | Tools / Tests | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/32873971>
Sam Sneddon [:gsnedders]
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).