Bug 46322 - run_webkit_tests_unittest.DryrunTest fails when running concurrently with other test-webkitpy instances
Summary: run_webkit_tests_unittest.DryrunTest fails when running concurrently with oth...
Status: RESOLVED DUPLICATE of bug 52863
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 17:06 PDT by Adam Barth
Modified: 2011-02-17 17:33 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 17:06:29 PDT
FAIL: test_darwin (webkitpy.layout_tests.run_webkit_tests_unittest.DryrunTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py", line 329, in test_darwin
    'fast/html']))
AssertionError

This seems to happen when I run multiple copies of test-webkpy at the same time.
Comment 1 Adam Barth 2010-09-22 17:24:14 PDT
Actually, I'm not sure what's causing this to fail.
Comment 2 Dirk Pranke 2011-02-17 17:33:05 PST
This was fixed when I disabled the tests in r76398 (bug 52863).

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