[Webkit-unassigned] [Bug 248928] New: REGRESSION(256795 at main) [WPE][WebDriver] Replace deleted browser environment function in tooling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 21:04:33 PST 2022


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

            Bug ID: 248928
           Summary: REGRESSION(256795 at main) [WPE][WebDriver] Replace
                    deleted browser environment function in tooling
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com

Traceback (most recent call last):
  File "/app/webkit/Tools/Scripts/run-webdriver-tests", line 85, in <module>
    runner.run(args)
  File "/app/webkit/Tools/Scripts/webkitpy/webdriver_tests/webdriver_test_runner.py", line 70, in run
    runner_tests = [runner.collect_tests(tests) for runner in self._runners]
  File "/app/webkit/Tools/Scripts/webkitpy/webdriver_tests/webdriver_test_runner.py", line 70, in <listcomp>
    runner_tests = [runner.collect_tests(tests) for runner in self._runners]
  File "/app/webkit/Tools/Scripts/webkitpy/webdriver_tests/webdriver_test_runner_selenium.py", line 49, in collect_tests
    executor = WebDriverSeleniumExecutor(self._driver, self._env)
  File "/app/webkit/Tools/Scripts/webkitpy/webdriver_tests/webdriver_selenium_executor.py", line 41, in __init__
    self._env.update(driver.browser_env())
  File "/app/webkit/Tools/Scripts/webkitpy/webdriver_tests/webdriver_driver_wpe.py", line 54, in browser_env
    return self._port.browser_env()
AttributeError: 'WPEPort' object has no attribute 'browser_env'. Did you mean: 'browser_name'?

Patch incoming.

-- 
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/20221208/cea0ae2c/attachment.htm>


More information about the webkit-unassigned mailing list