NEW49399
webkitpy.tool.commands.earlywarningsystem_unittest.EarlyWarningSytemTest sometimes fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=49399
Summary webkitpy.tool.commands.earlywarningsystem_unittest.EarlyWarningSytemTest some...
Adam Roben (:aroben)
Reported 2010-11-11 12:14:37 PST
webkitpy.tool.commands.earlywarningsystem_unittest.EarlyWarningSytemTest sometimes fails on Windows. See the URL for one such example.
Attachments
Eric Seidel (no email)
Comment 1 2010-11-11 12:16:13 PST
====================================================================== ERROR: test_qt_ews (webkitpy.tool.commands.earlywarningsystem_unittest.EarlyWarningSytemTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildbot/slave/win-release-tests/build/WebKitTools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py", line 120, in test_qt_ews self._test_ews(QtEWS()) File "/home/buildbot/slave/win-release-tests/build/WebKitTools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py", line 97, in _test_ews ews.bind_to_tool(MockTool()) File "/home/buildbot/slave/win-release-tests/build/WebKitTools/Scripts/webkitpy/tool/mocktool.py", line 631, in __init__ self.wakeup_event = threading.Event() File "/usr/lib/python2.5/threading.py", line 335, in Event return _Event(*args, **kwargs) File "/usr/lib/python2.5/threading.py", line 343, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ---------------------------------------------------------------------- I suspect it's a python bug. Maybe we're leaking locks?
Note You need to log in before you can comment on or make changes to this bug.