[Webkit-unassigned] [Bug 115878] New: Error when running test-webkitpy from outside the top-level OpenSource directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 9 15:33:56 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115878

           Summary: Error when running test-webkitpy from outside the
                    top-level OpenSource directory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andersca at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list