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

Unified Diff: build/android/pylib/browsertests/dispatch.py

Issue 12386034: Android: Run content_browsertests on the experimental bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disabling IndexedDBBrowserTest.ConnectionsClosedOnTabClose Created 7 years, 10 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/buildbot/bb_device_steps.py ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/browsertests/dispatch.py
diff --git a/build/android/pylib/browsertests/dispatch.py b/build/android/pylib/browsertests/dispatch.py
index 95a7ffd82ade4d12214f9debd7bae948209718de..776fd1ad0e5b86ae36d74bb3f07f83df291dd4f7 100644
--- a/build/android/pylib/browsertests/dispatch.py
+++ b/build/android/pylib/browsertests/dispatch.py
@@ -13,8 +13,6 @@ from pylib.base import shard
from pylib.gtest import dispatch as gtest_dispatch
from pylib.gtest import test_runner
-CONTENT_BROWSERTEST_SUITENAME = 'content_browsertests'
-
def Dispatch(options):
attached_devices = []
@@ -36,7 +34,7 @@ def Dispatch(options):
options.build_type)
options.test_suite = os.path.join(test_suite_dir,
'apks',
- CONTENT_BROWSERTEST_SUITENAME + '.apk')
+ constants.BROWSERTEST_SUITE_NAME + '.apk')
options.test_arguments = '--single_process %s' % options.test_arguments
@@ -67,7 +65,7 @@ def Dispatch(options):
all_tests, options.build_type)
test_results.LogFull(
test_type='Unit test',
- test_package=CONTENT_BROWSERTEST_SUITENAME,
+ test_package=constants.BROWSERTEST_SUITE_NAME,
build_type=options.build_type,
flakiness_server=options.flakiness_dashboard_server)
test_results.PrintAnnotation()
« no previous file with comments | « build/android/buildbot/bb_device_steps.py ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698