[Webkit-unassigned] [Bug 225516] Merge WebDriverTests into LayoutTests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 03:30:44 PST 2023


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

Sam Sneddon [:gsnedders] <gsnedders at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clopez at igalia.com,
                   |                            |pangle at apple.com

--- Comment #2 from Sam Sneddon [:gsnedders] <gsnedders at apple.com> ---
One thing I've noticed recently is that there's a variety of tests in the WebDriverTests import that rely on /common, which doesn't exist in that import. This does seem like a notable downside of having a second import of part of WPT?

gsnedders at gsnedders-marsha OpenSource % rg '/common' WebDriverTests/imported/w3c --glob '!tools'
WebDriverTests/imported/w3c/webdriver/tests/forward/forward.py
87:        url("/common/blank.html"),
88:        url("/common/blank.html#1234"),
89:        url("/common/blank.html#5678"),

WebDriverTests/imported/w3c/webdriver/tests/get_named_cookie/get.py
28:    session.url = url("/common/blank.html")
60:    session.url = url("/common/blank.html")
98:    session.url = url("/common/blank.html")
127:    session.url = url("/common/blank.html", protocol="https")

WebDriverTests/imported/w3c/webdriver/tests/get_named_cookie/user_prompts.py
20:        create_cookie("foo", value="bar", path="/common/blank.html")
38:        create_cookie("foo", value="bar", path="/common/blank.html")
53:        create_cookie("foo", value="bar", path="/common/blank.html")

WebDriverTests/imported/w3c/webdriver/tests/add_cookie/user_prompts.py
24:        session.url = url("/common/blank.html")
46:        session.url = url("/common/blank.html")
69:        session.url = url("/common/blank.html")

WebDriverTests/imported/w3c/webdriver/tests/add_cookie/add.py
29:    session.url = url("/common/blank.html")
104:    session.url = url("/common/blank.html")
134:    session.url = "http://127.0.0.1:%s/common/blank.html" % (server_config["ports"]["http"][0])
163:    session.url = url("/common/blank.html")
188:    session.url = url("/common/blank.html")
213:    session.url = url("/common/blank.html")
241:    session.url = url("/common/blank.html")
267:    session.url = url("/common/blank.html")
282:    session.url = url("/common/blank.html")

WebDriverTests/imported/w3c/webdriver/tests/permissions/set.py
35:    session.url = url("/common/blank.html", protocol="https")
48:    session.url = url("/common/blank.html", protocol="http")
64:    session.url = url("/common/blank.html", protocol="https")
104:    session.url = url("/common/blank.html", protocol="https")
107:    session.url = url("/common/blank.html", protocol="https")

WebDriverTests/imported/w3c/webdriver/tests/delete_all_cookies/user_prompts.py
18:        create_cookie("foo", value="bar", path="/common/blank.html")
35:        create_cookie("foo", value="bar", path="/common/blank.html")
52:        create_cookie("foo", value="bar", path="/common/blank.html")

WebDriverTests/imported/w3c/webdriver/tests/delete_cookie/user_prompts.py
17:        create_cookie("foo", value="bar", path="/common/blank.html")
35:        create_cookie("foo", value="bar", path="/common/blank.html")
52:        create_cookie("foo", value="bar", path="/common/blank.html")

WebDriverTests/imported/w3c/webdriver/tests/back/back.py
75:        url("/common/blank.html"),
76:        url("/common/blank.html#1234"),
77:        url("/common/blank.html#5678"),

-- 
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/20230227/9b6272b8/attachment.htm>


More information about the webkit-unassigned mailing list