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

Unified Diff: build/android/run_tests.py

Issue 11901003: [Android] Reland 'Keep track of unknown test results at the TestRunner layer.' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « build/android/pylib/utils/flakiness_dashboard_results_uploader.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_tests.py
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 5c44566fcb6864ed3b25467f1e7085d72b58d16c..020814c956084d59e3f62c35cf9bf47f790e1277 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -195,7 +195,6 @@ class TestSharder(BaseTestSharder):
test_type='Unit test',
test_package=test_runners[0].test_package.test_suite_basename,
build_type=self.build_type,
- all_tests=self.all_tests,
flakiness_server=self.flakiness_server)
test_results.PrintAnnotation()
@@ -264,7 +263,7 @@ def _RunATestSuite(options):
for buildbot_emulator in buildbot_emulators:
buildbot_emulator.Shutdown()
- return len(test_results.failed)
+ return len(test_results.GetAllBroken())
def Dispatch(options):
« no previous file with comments | « build/android/pylib/utils/flakiness_dashboard_results_uploader.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698