| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py
|
| index 0e0c7e7f3d0926eca057fdc891f38049b0eb02da..b7938149ec5ad972b4c0e7dd996e5d77bb44098d 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py
|
| @@ -199,6 +199,7 @@ class LayoutTestRunner(object):
|
| return method(source, *args)
|
| raise AssertionError('unknown message %s received from %s, args=%s' % (name, source, repr(args)))
|
|
|
| + # The _handle_* methods below are called indirectly by handle().
|
| def _handle_started_test(self, worker_name, test_input):
|
| self._printer.print_started_test(test_input.test_name)
|
|
|
|
|