Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py

Issue 17564007: Clean up remaining DumpRenderTree references and flags. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix handling of the default None option for --driver-name Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py b/Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py
index ea9a2e82dc56e1852021d303120c78d760986afe..af905b3b4bb1cbef71d11fdc2f88ef518d67b1b3 100644
--- a/Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py
@@ -69,5 +69,5 @@ class TestFailuresTest(unittest.TestCase):
self.assertEqual(len(crash_set), 2)
def test_crashes(self):
- self.assertEqual(FailureCrash().message(), 'DumpRenderTree crashed')
+ self.assertEqual(FailureCrash().message(), 'content_shell crashed')
self.assertEqual(FailureCrash(process_name='foo', pid=1234).message(), 'foo crashed [pid=1234]')
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/models/test_failures.py ('k') | Tools/Scripts/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698