Bug 115878
Summary: | Error when running test-webkitpy from outside the top-level OpenSource directory | ||
---|---|---|---|
Product: | WebKit | Reporter: | Anders Carlsson <andersca> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dpranke, jberlin, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Anders Carlsson
I get:
[22/1455] webkitpy.common.checkout.checkout_unittest.CommitMessageForThisCommitTest.test_commit_message_for_this_commit erred:
Traceback (most recent call last):
File "/Volumes/Data/Source/Safari/OpenSource/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py", line 137, in test_commit_message_for_this_commit
mock_scm.script_path = real_scm.script_path
AttributeError: 'NoneType' object has no attribute 'script_path'
[979/1455] webkitpy.style.checkers.cpp_unittest.CppStyleTest.test_webcore_platform_layering_violation failed:
Traceback (most recent call last):
File "/Volumes/Data/Source/Safari/OpenSource/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py", line 2456, in test_webcore_platform_layering_violation
self.assertEqual(1, error_collector.result_list().count(errmsg))
AssertionError: 1 != 0
Ran 1455 tests in 3.980s
FAILED (failures=1, errors=1)
when running test-webkitpy from outside of OpenSource.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |