Bug 46322
| Summary: | run_webkit_tests_unittest.DryrunTest fails when running concurrently with other test-webkitpy instances | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Barth <abarth> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dpranke, eric |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Adam Barth
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Barth
Actually, I'm not sure what's causing this to fail.
Dirk Pranke
This was fixed when I disabled the tests in r76398 (bug 52863).
*** This bug has been marked as a duplicate of bug 52863 ***