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

Unified Diff: build/android/run_tests.py

Issue 11896050: [Android] 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 14d54d1dac54cb70759d6eeb661ccac2950aca5f..5c80bf3a04ad1dfcd3bd6d787597f85311ea02c4 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -196,7 +196,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()
@@ -265,7 +264,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