ASSIGNED 218985
Automate WPT import and export
https://bugs.webkit.org/show_bug.cgi?id=218985
Summary Automate WPT import and export
Sam Sneddon [:gsnedders]
Reported 2020-11-16 07:36:46 PST
All the actual detail here is going to be in dependencies.
Attachments
Radar WebKit Bug Importer
Comment 1 2020-11-16 07:36:56 PST
Sam Sneddon [:gsnedders]
Comment 2 2021-05-27 11:00:50 PDT
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.
Note You need to log in before you can comment on or make changes to this bug.