Bug 192164
| Summary: | webkitpy: Implement device type specific test expectations | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | Tools / Tests | Assignee: | 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 | ||
Jonathan Bedard
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/46345940>
Jonathan Bedard
Given how <https://bugs.webkit.org/show_bug.cgi?id=192162> is being implemented, this now seems to be a 'nice to have'