Bug 46320
Summary: | run_webkit_tests_unittest.WaitForThreadsToFinishTest fails under load | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> |
Component: | Tools / Tests | Assignee: | Dirk Pranke <dpranke> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dpranke, eric |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Adam Barth
FAIL: test_interrupt (webkitpy.layout_tests.run_webkit_tests_unittest.WaitForThreadsToFinishTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/abarth/svn/webkit3/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py", line 400, in test_interrupt
self.assertTrue(interrupted)
AssertionError
This seems to happen when i'm building webkit and running test-webkitpy at the same time.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
again
Adam Barth
again: http://queues.webkit.org/results/4054164
Dirk Pranke
I haven't really looked at this yet, but in the course of working on bug 47465 I reworked this function (and the unit test), so we might want to see if this still reproduces after that patch lands.
Dirk Pranke
This was fixed in bug 51572 / r77595.
*** This bug has been marked as a duplicate of bug 51572 ***