RESOLVED FIXED 257197
import-w3c-tests --all documentation
https://bugs.webkit.org/show_bug.cgi?id=257197
Summary import-w3c-tests --all documentation
Anne van Kesteren
Reported 2023-05-23 07:04:43 PDT
> By default, only reftests and JS tests are imported It also imports crash tests at least.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-30 07:05:16 PDT
Karl Dubost
Comment 2 2024-06-02 21:18:13 PDT
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
Comment 3 2024-06-02 21:29:01 PDT
EWS
Comment 4 2024-06-03 08:42:17 PDT
Committed 279654@main (8fc2662309b5): <https://commits.webkit.org/279654@main> Reviewed commits have been landed. Closing PR #29442 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.