Bug 257197
| Summary: | import-w3c-tests --all documentation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
| Component: | Tools / Tests | Assignee: | Karl Dubost <karlcow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | karlcow, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Anne van Kesteren
> By default, only reftests and JS tests are imported
It also imports crash tests at least.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/110003860>
Karl Dubost
This has an influence on https://searchfox.org/wubkat/rev/4eb5890b06fef636c92e25930b303010b12184f6/Tools/Scripts/webkitpy/w3c/test_parser.py#75-123
which is basically:
if test_type == "manual":
…
elif test_type == "reftest":
…
elif test_type == "crashtest":
…
elif test_type == "testharness":
…
elif self.options['all'] is True:
test_info = {'test': self.filename}
So the default is:
manual, reftest, crashtest, and testharness (aka JS)
all, being everything else.
Karl Dubost
Pull request: https://github.com/WebKit/WebKit/pull/29442
EWS
Committed 279654@main (8fc2662309b5): <https://commits.webkit.org/279654@main>
Reviewed commits have been landed. Closing PR #29442 and removing active labels.