Bug 218985
Summary: | Automate WPT import and export | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
Component: | Tools / Tests | Assignee: | Sam Sneddon [:gsnedders] <gsnedders> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | jbedard, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 246221, 246222 | ||
Bug Blocks: |
Sam Sneddon [:gsnedders]
All the actual detail here is going to be in dependencies.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/71439680>
Sam Sneddon [:gsnedders]
Presently, we have four categories of tests listed in TestExpectations files:
1. Those which rely on subdomains (c.f. bug 127676), which we skip to avoid wasting time
2. Those which timeout, which we skip to avoid wasting time
3. Reftest failures, for which we store the expected failure status here
4. Flaky tests
A test import could cause one of the first two to change, which suggests when computing new expectations we need to run currently-skipped tests.