[Webkit-unassigned] [Bug 206171] New: Safaridriver unable to navigate to URLs with parentheses in them

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 13 04:52:32 PST 2020


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

            Bug ID: 206171
           Summary: Safaridriver unable to navigate to URLs with
                    parentheses in them
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: smcgruer at chromium.org
                CC: bburg at apple.com

Reproduction: look at https://wpt.fyi/results/xhr/xmlhttprequest-timeout-aborted.html%3Faborted%20immediately%20after%20send()?label=master&label=experimental&aligned; Safaridriver reports an error of:

Could not parse requested URL 'http://web-platform.test:8000/xhr/xmlhttprequest-timeout-aborted.html?aborted immediately after send()'
Traceback (most recent call last):
  File "/Users/runner/runners/2.163.1/work/1/s/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 317, in run_func
    self.result = True, self.func(self.protocol, self.url, self.timeout)
  File "/Users/runner/runners/2.163.1/work/1/s/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 388, in do_testharness
    protocol.webdriver.url = url
  File "/Users/runner/runners/2.163.1/work/1/s/tools/webdriver/webdriver/client.py", line 19, in inner
    return func(self, *args, **kwargs)
  File "/Users/runner/runners/2.163.1/work/1/s/tools/webdriver/webdriver/client.py", line 528, in url
    return self.send_session_command("POST", "url", body)
  File "/Users/runner/runners/2.163.1/work/1/s/tools/webdriver/webdriver/client.py", line 515, in send_session_command
    return self.send_command(method, url, body)
  File "/Users/runner/runners/2.163.1/work/1/s/tools/webdriver/webdriver/client.py", line 479, in send_command
    raise err
InvalidArgumentException: invalid argument (400): Could not parse requested URL 'http://web-platform.test:8000/xhr/xmlhttprequest-timeout-aborted.html?aborted immediately after send()'

There are only 9 cases like this in WPT, but two of them are the idlharness results for html/dom, which are very rich grounds for testing:

https://wpt.fyi/results/html/dom/idlharness.https.html%3Finclude%3D(Document%7CWindow)?label=master&label=experimental&aligned
https://wpt.fyi/results/html/dom/idlharness.https.html%3Fexclude%3D(Document%7CWindow%7CHTML.*)?label=master&label=experimental&aligned

-- 
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/20200113/c080e902/attachment-0001.htm>


More information about the webkit-unassigned mailing list