[Webkit-unassigned] [Bug 199493] New: [webkitpy] test-webkitpy is broken on Linux since r246662
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 4 05:00:42 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199493
Bug ID: 199493
Summary: [webkitpy] test-webkitpy is broken on Linux since
r246662
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: clopez at igalia.com
CC: bugs-noreply at webkitgtk.org, dean_johnson at apple.com,
jbedard at apple.com
Since r246662 test-webkitpy fails on Linux with:
$ Tools/Scripts/test-webkitpy
Traceback (most recent call last):
File "/home/clopez/webkit/webkit/Tools/Scripts/webkitpy/test/main.py", line 374, in <module>
sys.exit(main())
File "/home/clopez/webkit/webkit/Tools/Scripts/webkitpy/test/main.py", line 72, in main
if not _supports_building_and_running_lldb_tests():
File "/home/clopez/webkit/webkit/Tools/Scripts/webkitpy/test/main.py", line 107, in _supports_building_and_running_lldb_tests
return not _host.platform.build_version().startswith('19A')
AttributeError: 'NoneType' object has no attribute 'startswith'
--
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/20190704/ae90e98b/attachment-0001.html>
More information about the webkit-unassigned
mailing list