NEW 173601
Test expectations linter should check for redundant expectations between ports
https://bugs.webkit.org/show_bug.cgi?id=173601
Summary Test expectations linter should check for redundant expectations between ports
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.