[Webkit-unassigned] [Bug 165249] New: [Win] test-webkitpy is failing.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 1 03:50:54 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165249
Bug ID: 165249
Summary: [Win] test-webkitpy is failing.
Classification: Unclassified
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: pvollan at apple.com
CC: lforschler at apple.com
When running test-webkitpy, I get an exception:
[1444/1505] webkitpy.tool.commands.rebaseline_unittest.TestRebaselineTest.test_rebaseline_updates_expectations_file_noop erred:
Traceback (most recent call last):
File "/cygdrive/c/Projects/WebKit2/OpenSource/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py", line 101, in test_rebaseline_updates_expectations_file_noop
self._zero_out_test_expectations()
File "/cygdrive/c/Projects/WebKit2/OpenSource/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py", line 70, in _zero_out_test_expectations
port = self.tool.port_factory.get(port_name)
File "/cygdrive/c/Projects/WebKit2/OpenSource/Tools/Scripts/webkitpy/port/factory.py", line 126, in get
return cls(self._host, port_name, options=options, **kwargs)
File "/cygdrive/c/Projects/WebKit2/OpenSource/Tools/Scripts/webkitpy/port/ios.py", line 106, in __init__
self._current_device = Simulator().current_device()
File "/cygdrive/c/Projects/WebKit2/OpenSource/Tools/Scripts/webkitpy/xcode/simulator.py", line 303, in __init__
self.refresh()
File "/cygdrive/c/Projects/WebKit2/OpenSource/Tools/Scripts/webkitpy/xcode/simulator.py", line 403, in refresh
device_types_header = next(lines)
TypeError: tuple object is not an iterator
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161201/94cf88c9/attachment.html>
More information about the webkit-unassigned
mailing list