[Webkit-unassigned] [Bug 257197] import-w3c-tests --all documentation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 2 21:18:13 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=257197

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com

--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240603/6367f96a/attachment.htm>


More information about the webkit-unassigned mailing list