Bug 46320 - run_webkit_tests_unittest.WaitForThreadsToFinishTest fails under load
Summary: run_webkit_tests_unittest.WaitForThreadsToFinishTest fails under load
Status: RESOLVED DUPLICATE of bug 51572
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 16:45 PDT by Adam Barth
Modified: 2011-02-17 17:34 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-09-22 16:45:59 PDT
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.
Comment 1 Adam Barth 2010-09-24 15:20:05 PDT
again
Comment 2 Adam Barth 2010-09-27 20:54:31 PDT
again: http://queues.webkit.org/results/4054164
Comment 3 Dirk Pranke 2010-10-09 23:57:06 PDT
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.
Comment 4 Dirk Pranke 2011-02-17 17:34:02 PST
This was fixed in bug 51572 / r77595.

*** This bug has been marked as a duplicate of bug 51572 ***