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

Unified Diff: build/android/run_tests.py

Issue 9963086: Build and push chrome.pak for ui_unittests on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For landing Created 8 years, 9 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/gtest_filter/ui_unittests_disabled ('k') | build/android/single_test_runner.py » ('j') | 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 dc1ec7e96d9156274ea0cc7e13b262ec393a37c5..82a19fa5adf623e7dc8f715441ce8edc5a865e5e 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -66,8 +66,14 @@ from single_test_runner import SingleTestRunner
from test_package_executable import TestPackageExecutable
from test_result import BaseTestResult, TestResults
-_TEST_SUITES = ['base_unittests', 'sql_unittests', 'ipc_tests', 'net_unittests',
- 'sync_unit_tests', 'content_unittests']
+_TEST_SUITES = ['base_unittests',
+ 'content_unittests',
+ 'ipc_tests',
+ 'net_unittests',
+ 'sql_unittests',
+ 'sync_unit_tests',
+ 'ui_unittests',
+ ]
def FullyQualifiedTestSuites():
« no previous file with comments | « build/android/gtest_filter/ui_unittests_disabled ('k') | build/android/single_test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698