[Webkit-unassigned] [Bug 177304] WebDriver: Add support to import and run W3C tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 21 10:21:36 PDT 2017


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

--- Comment #3 from Brian Burg <bburg at apple.com> ---
Comment on attachment 321434
  --> https://bugs.webkit.org/attachment.cgi?id=321434
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=321434&action=review

Overall, importing WebDriver tests to a separate directory on a different timescale seems like the right thing to do. We don't want WebDriver test updates to be blocked on rebaselining updated W3C layout tests.

However, I really don't want two copies of the same WPT tools in the tree. Especially because they import pytest, html5lib, and other dependencies into their tree instead of using versioned modules, so there is a lot of 3rd party code sitting around. This is an invitation for cruft and problems.

Carlos and I talked in IRC about ways to avoid doing this. Imported layout tests probably only use wptserve, so we can try to import just that for layout tests and import the full tools to WebDriverTests. Or, we can have a shared copy of tools and update the two test suites independently.

> Tools/Scripts/run-webdriver-tests:46
> +option_parser.add_option('--display-server', choices=['xvfb', 'xorg', 'weston', 'wayland'], default='xvfb',

I think this option won't make any sense on other platforms than GTK?

-- 
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/20170921/04406efc/attachment.html>


More information about the webkit-unassigned mailing list