summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py')
-rw-r--r--Tools/Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py b/Tools/Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py
index 7ab6da8..8f63edd 100644
--- a/Tools/Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py
@@ -513,8 +513,7 @@ class Testprinter(unittest.TestCase):
retry.add(self.get_result('passes/text.html'), True)
retry.add(self.get_result('failures/expected/timeout.html'), True)
retry.add(self.get_result('failures/expected/crash.html'), True)
- unexpected_results = test_runner.summarize_unexpected_results(
- self._port, exp, rs, retry)
+ unexpected_results = test_runner.summarize_results(self._port, exp, rs, retry, test_timings={}, only_unexpected=True)
return unexpected_results
tests = ['passes/text.html', 'failures/expected/timeout.html',