| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| index 74e1deb849eddf5b8fc18156a085c7f36ec269d9..defa978d66151aeff8f75e57d3fdea716a6a3805 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| @@ -1159,9 +1159,9 @@ class RebaselineTest(unittest.TestCase, StreamTestingMixin):
|
|
|
| class PortTest(unittest.TestCase):
|
|
|
| - def assert_mock_port_works(self, port_name, args=[]):
|
| - self.assertTrue(passing_run(args + ['--platform', 'mock-' + port_name,
|
| - 'fast/harness/results.html'], tests_included=True, host=Host()))
|
| + def assert_mock_port_works(self, port_name):
|
| + self.assertTrue(passing_run(['--platform', 'mock-' + port_name,
|
| + 'fast/harness/results.html'], tests_included=True, host=Host()))
|
|
|
| def disabled_test_mac_lion(self):
|
| self.assert_mock_port_works('mac-lion')
|
|
|