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

Unified Diff: build/android/pylib/local/device/local_device_test_run.py

Issue 2012323002: [Android] Implement perf tests to platform mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created subclasses for perf test run Created 4 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: build/android/pylib/local/device/local_device_test_run.py
diff --git a/build/android/pylib/local/device/local_device_test_run.py b/build/android/pylib/local/device/local_device_test_run.py
index 544fbf0e41107c40545c0875c8c99e30a963dbf5..49506b682ca2109cdba7309bd8cb6d455369d863 100644
--- a/build/android/pylib/local/device/local_device_test_run.py
+++ b/build/android/pylib/local/device/local_device_test_run.py
@@ -200,3 +200,6 @@ class LocalDeviceTestRun(test_run.TestRun):
def _ShouldShard(self):
raise NotImplementedError
+
jbudorick 2016/07/01 14:20:10 +1 line
rnephew (Reviews Here) 2016/07/01 22:09:32 Done.
+class NoTestsError(Exception):
+ """Error for when no tests are found."""

Powered by Google App Engine
This is Rietveld 408576698