| Index: third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py
|
| index 4a29d5d8eb1ac55aa8e1770d835d96e839ee9c7d..23c1346d1f80021b76847052717e65b200ca36a7 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py
|
| @@ -490,7 +490,8 @@ class IntegrationTest(unittest.TestCase):
|
| self.assertEqual(parser_tests['memory-test']['metrics']['JSHeap'], MemoryTestData.js_heap_results)
|
| self.assertEqual(parser_tests['memory-test']['metrics']['Malloc'], MemoryTestData.malloc_results)
|
|
|
| - def _test_run_with_json_output(self, runner, filesystem, upload_succeeds=False, results_shown=True, expected_exit_code=0, repeat=1, compare_logs=True):
|
| + def _test_run_with_json_output(
|
| + self, runner, filesystem, upload_succeeds=False, results_shown=True, expected_exit_code=0, repeat=1, compare_logs=True):
|
| filesystem.write_text_file(runner._base_path + '/inspector/pass.html', 'some content')
|
| filesystem.write_text_file(runner._base_path + '/Bindings/event-target-wrapper.html', 'some content')
|
|
|
|
|