http://trac.webkit.org/changeset/174051 broke the SCM tests ( Tools/Scripts/test-webkitpy -a ) [119/1563] webkitpy.common.checkout.scm.scm_unittest.GitTestWithMock.test_create_patch erred: Traceback (most recent call last): File "/home/webkit/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 1569, in test_create_patch scm = self.make_scm(logging_executive=True) File "/home/webkit/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 1563, in make_scm scm = Git(cwd=".", executive=MockExecutive(), filesystem=MockFileSystem()) TypeError: __init__() takes exactly 3 arguments (2 given) ... r174051 added one more argument to Git.__init__ , but didn't add it to the unittest.
Created attachment 253995 [details] Patch
Comment on attachment 253995 [details] Patch Clearing flags on attachment: 253995 Committed r185064: <http://trac.webkit.org/changeset/185064>
All reviewed patches have been landed. Closing bug.
Were those the only failures you're seeing? I reported a bunch of failures in bug #143967; maybe the others have been fixed somehow.
(In reply to comment #4) > Were those the only failures you're seeing? I reported a bunch of failures > in bug #143967; maybe the others have been fixed somehow. Yes, I have no failure now on Ubuntu 14.04.