[Webkit-unassigned] [Bug 199428] New: [Win] test-webkitpy is failing in _supports_building_and_running_lldb_tests: AttributeError: 'NoneType' object has no attribute 'startswith'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 2 19:15:44 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199428
Bug ID: 199428
Summary: [Win] test-webkitpy is failing in
_supports_building_and_running_lldb_tests:
AttributeError: 'NoneType' object has no attribute
'startswith'
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: Hironori.Fujii at sony.com
[Win] test-webkitpy is failing in _supports_building_and_running_lldb_tests: AttributeError: 'NoneType' object has no attribute 'startswith'
AppleWin and WinCairo are failing.
https://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/2856
https://build.webkit.org/builders/WinCairo%2064-bit%20WKL%20Release%20%28Tests%29/builds/4417
> Traceback (most recent call last):
> File "/home/buildbot/worker/win7-release-tests/build/Tools/Scripts/webkitpy/test/main.py", line 374, in <module>
> sys.exit(main())
> File "/home/buildbot/worker/win7-release-tests/build/Tools/Scripts/webkitpy/test/main.py", line 72, in main
> if not _supports_building_and_running_lldb_tests():
> File "/home/buildbot/worker/win7-release-tests/build/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'
Since Bug 199078.
--
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/20190703/a2cc299d/attachment.html>
More information about the webkit-unassigned
mailing list