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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/test.py

Issue 1318813005: Revert of Fix reftest crash logs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/port/test.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/test.py b/Tools/Scripts/webkitpy/layout_tests/port/test.py
index 0a44b47b6a991d924c1a17e1a5bd4ee3db945990..5b54fc4ad4b27a74b4e15bf767e75cfbe68d3a0a 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/test.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/test.py
@@ -643,12 +643,6 @@
crash_logs = CrashLogs(self._port.host)
crash_log = crash_logs.find_newest_log(crashed_process_name, None) or ''
- if 'crash-reftest.html' in test_name:
- crashed_process_name = self._port.driver_name()
- crashed_pid = 3
- crash = True
- crash_log = 'reftest crash log'
-
if stop_when_done:
self.stop()

Powered by Google App Engine
This is Rietveld 408576698