Bug 192164

Summary: webkitpy: Implement device type specific test expectations
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=192162

Description Jonathan Bedard 2018-11-29 10:18:17 PST
After the addition of device type specific expected results in <https://bugs.webkit.org/show_bug.cgi?id=192162>, we should also support device type specific test expectations. This will allow us to specifically mark tests as skipped/failing/passing/flakey on a device type as opposed to in general. In partnership with <https://bugs.webkit.org/show_bug.cgi?id=192163>, device type specific test expectations will also be leveraged to run the same test (or group of tests) multiple times on different device types.
Comment 1 Radar WebKit Bug Importer 2018-11-29 10:18:47 PST
<rdar://problem/46345940>
Comment 2 Jonathan Bedard 2019-01-17 09:41:49 PST
Given how <https://bugs.webkit.org/show_bug.cgi?id=192162> is being implemented, this now seems to be a 'nice to have'