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

Unified Diff: build/android/run_tests.py

Issue 12049046: Revert 178345 (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
===================================================================
--- build/android/run_tests.py (revision 178362)
+++ build/android/run_tests.py (working copy)
@@ -196,6 +196,7 @@
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 +265,7 @@
for buildbot_emulator in buildbot_emulators:
buildbot_emulator.Shutdown()
- return len(test_results.GetAllBroken())
+ return len(test_results.failed)
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