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

Unified Diff: build/android/pylib/instrumentation/test_result.py

Issue 2231693002: Revert of Added tombstones in instrumentation tests results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: build/android/pylib/instrumentation/test_result.py
diff --git a/build/android/pylib/instrumentation/test_result.py b/build/android/pylib/instrumentation/test_result.py
index b365df75302a46ca385cba2ad6c8fd1d4155accd..24e80a8e5fbcf0fe898b2244887b3761d3ef144c 100644
--- a/build/android/pylib/instrumentation/test_result.py
+++ b/build/android/pylib/instrumentation/test_result.py
@@ -28,7 +28,3 @@
self._class_name = full_name
self._test_name = full_name
self._start_date = start_date
- self._tombstones = None
-
- def SetTombstones(self, tombstones):
- self._tombstones = tombstones

Powered by Google App Engine
This is Rietveld 408576698