[webkit-dev] Importing W3C tests

youenn fablet youennf at gmail.com
Wed Sep 7 02:58:20 PDT 2016


Hi,

I improved a bit W3C test importer lately.

First, I'd like to remind people importing tests (great) without the
importer (copy/paste a directory e.g.) to update
LayoutTests/imported/w3c/resources/ImportExpectations.
That allows me to refresh those tests when doing a full resync more quickly.
Otherwise, I need to know why some tests were needlessly removed when doing
a full resync,
Note that, as part of the full resync, I am removing tests that are removed
in WPT repository.

I also made two improvements to W3C test importer.

Resource files in WPT repository are not always in 'resources' folder.
Test importer is generating a list of resource files in
LayoutTests/imported/w3c/resources/resource-files.json
All listed files there will be skipped.
If you import tests without the importer, it might be better to update that
file than adding Skip TestExpectations.

Slow tests in WPT repository are identified with a meta element.
Test importer is generating a list of slow tests in
LayoutTests/tests-options.json
If you import tests without the importer, it might be better to update that
file than adding Slow TestExpectations.

If you encounter any issue there, please let me know.

Thanks
    y
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20160907/3b291ba8/attachment.html>


More information about the webkit-dev mailing list