[Webkit-unassigned] [Bug 243708] New: run-webkit-tests --leaks is broken again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 19:31:13 PDT 2022


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

            Bug ID: 243708
           Summary: run-webkit-tests --leaks is broken again
           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: ddkilzer at webkit.org

run-webkit-tests --leaks is broken again.

TypeError raised: cannot use a bytes pattern on a string-like object
Traceback (most recent call last):
  File "WebKit.github/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 92, in main
    run_details = run(port, options, args, stderr)
  File "WebKit.github/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 491, in run
    run_details = manager.run(args)
  File "WebKit.github/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 407, in run
    if not self._set_up_run(test_inputs, device_type=device_type):
  File "WebKit.github/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 310, in _set_up_run
    self._port.setup_test_run(device_type)
  File "WebKit.github/Tools/Scripts/webkitpy/port/mac.py", line 337, in setup_test_run
    warmup_driver.run_test(DriverInput('file:///warmup-does-not-exist', 60000., None, should_run_pixel_test=False), stop_when_done=True)
  File "WebKit.github/Tools/Scripts/webkitpy/port/driver.py", line 846, in run_test
    return self._driver.run_test(driver_input, stop_when_done)
  File "WebKit.github/Tools/Scripts/webkitpy/port/driver.py", line 243, in run_test
    self.do_post_tests_work()
  File "WebKit.github/Tools/Scripts/webkitpy/port/driver.py", line 282, in do_post_tests_work
    self._server_process.set_child_processes(self._parse_child_processes_output(block.decoded_content))
  File "WebKit.github/Tools/Scripts/webkitpy/port/driver.py", line 301, in _parse_child_processes_output
    m = re.match(b'^([^:]+): ([0-9]+)$', line)
  File "/AppleInternal/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/re.py", line 191, in match
    return _compile(pattern, flags).match(string)
TypeError: cannot use a bytes pattern on a string-like object

-- 
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/20220809/f7f3403c/attachment.htm>


More information about the webkit-unassigned mailing list