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

Unified Diff: build/android/buildbot_functions.sh

Issue 10828094: Android: replace temporary test runner with the instrumentation runner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Install test apk Created 8 years, 5 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 | « no previous file | build/android/buildbot_fyi.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot_functions.sh
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
index d493ff26cee2d4171b136d10968bdd2d50de3d27..4fb5f28041347294e3668d9c375d5674f6f476b6 100755
--- a/build/android/buildbot_functions.sh
+++ b/build/android/buildbot_functions.sh
@@ -254,13 +254,6 @@ function bb_run_tests {
build/android/run_tests.py --xvfb --verbose
}
-# Run simple content shell test on device.
-function bb_run_content_shell_test {
- echo "@@@BUILD_STEP Run simple content shell test on actual hardware@@@"
- content/shell/android/simple_content_shell_test.sh \
- "${SRC_ROOT}"/out/Release/content_shell/ContentShell-debug.apk
-}
-
# Run instrumentation test.
# Args:
# $1: TEST_APK.
@@ -282,8 +275,9 @@ function bb_run_content_shell_instrumentation_test {
build/android/adb_install_content_shell
local TEST_APK="content_shell_test/ContentShellTest-debug"
# Use -I to install the test apk only on the first run.
+ # TODO(bulach): remove the second once we have a Smoke test.
bb_run_instrumentation_test ${TEST_APK} "-I -A Smoke"
- bb_run_instrumentation_test ${TEST_APK} "-A SmallTest"
+ bb_run_instrumentation_test ${TEST_APK} "-I -A SmallTest"
bb_run_instrumentation_test ${TEST_APK} "-A MediumTest"
bb_run_instrumentation_test ${TEST_APK} "-A LargeTest"
}
« no previous file with comments | « no previous file | build/android/buildbot_fyi.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698