Bug 279968
| Summary: | [WPT import friction] Make WK1 automatically skip shared and service worker tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, gsnedders, ryanhaddad, 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=258399 | ||
Anne van Kesteren
If any.js tests or equivalent end up generating shared/service worker tests, can't we just automatically skip those in WK1 without having to annotate them explicitly? Or perhaps it could generate those Skip listings as part of the import process if we wanted to keep it explicit.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136747009>
Sam Sneddon [:gsnedders]
I think there will be a strong preference for keeping it explicit; adding magical special-cases never brings anyone joy.
Bug 258399 would provide some easy way to do this (as we could just add a SKIP for **/*.any.serviceworker.html).