Bug 210699
Summary: | [GTK] run-webkit-tests throws with python 3 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Emilio Cobos Álvarez (:emilio) <emilio> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, clopez, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 184986 |
Emilio Cobos Álvarez (:emilio)
$ ./Tools/Scripts/run-webkit-tests --verbose --debug LayoutTests/fast/css/getComputedStyle/computed-style.html
Using port 'gtk-wk2'
Test configuration: <, x86, debug>
Placing test results in /home/emilio/src/WebKit/WebKitBuild/Debug/layout-test-results
Using Debug build
Pixel tests disabled
Regular timeout: 30000, slow test timeout: 150000
Command line: /home/emilio/src/WebKit/WebKitBuild/Debug/bin/WebKitTestRunner -
Found 1 test; running 1, skipping 0.
Verbose baseline search path: platform/gtk -> platform/wk2 -> generic
Baseline search path: platform/gtk -> platform/wk2 -> generic
Running 1 test
Checking system dependencies ...
TypeError raised: argument should be integer or bytes-like object, not 'str'
Traceback (most recent call last):
File "/home/emilio/src/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 91, in main
run_details = run(port, options, args, stderr)
File "/home/emilio/src/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 487, in run
run_details = manager.run(args)
File "/home/emilio/src/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 270, in run
if not self._set_up_run(tests_to_run_by_device[device_type], device_type=device_type):
File "/home/emilio/src/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 176, in _set_up_run
self._port.setup_test_run(device_type)
File "/home/emilio/src/WebKit/Tools/Scripts/webkitpy/port/gtk.py", line 108, in setup_test_run
self._pulseaudio_sanitizer.unload_pulseaudio_module()
File "/home/emilio/src/WebKit/Tools/Scripts/webkitpy/port/pulseaudio_sanitizer.py", line 58, in unload_pulseaudio_module
if module.find("module-stream-restore") >= 0:
TypeError: argument should be integer or bytes-like object, not 'str'
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
*** This bug has been marked as a duplicate of bug 203701 ***