summaryrefslogtreecommitdiffstats
path: root/build/android/run_tests.py
diff options
context:
space:
mode:
authornileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-23 00:48:50 +0000
committernileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-23 00:48:50 +0000
commit7b56f187c5553a38ceb4741ed8daa05a179034aa (patch)
tree62b988638a5615ee283ac3073f851558f2f846f6 /build/android/run_tests.py
parentfdc9d6c51798f18a815d9b976d6b624844bd6826 (diff)
downloadchromium_src-7b56f187c5553a38ceb4741ed8daa05a179034aa.zip
chromium_src-7b56f187c5553a38ceb4741ed8daa05a179034aa.tar.gz
chromium_src-7b56f187c5553a38ceb4741ed8daa05a179034aa.tar.bz2
Run base_unittests_apk on the test try bot for realz.
This will make the android_test bot red when apk tests fail. The ANDROID_APK_TEST_TARGET flag is required while we transition from executable to APK tests. - Executable tests need the DIR_CACHE override as the default path comes from the java side. BUG=125059 Review URL: https://chromiumcodereview.appspot.com/10332230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/run_tests.py')
-rwxr-xr-xbuild/android/run_tests.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index f059a24..30e2c4d 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -76,12 +76,9 @@ _TEST_SUITES = ['base_unittests',
'ui_unittests',
]
-# Test suites which are build as an APK. This will be replaced by the default
+# Test suites which are run as APK. This will be replaced by the default
# list when we start building all suites as APK.
-_APK_TEST_SUITES = ['replaceme', # Test the template apk too.
- 'base_unittests',
- 'ipc_tests',
- 'ui_unittests',
+_APK_TEST_SUITES = ['base_unittests',
]
def FullyQualifiedTestSuites(apk):