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

Unified Diff: build/android/buildbot_functions.sh

Issue 10826071: Android: adds instrumentation tests on the FYI bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_tester.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 0099983db294d667e921f2f2216d8450cae64ab4..309fbbff072c1351d9330810ae3b847afa8485f7 100755
--- a/build/android/buildbot_functions.sh
+++ b/build/android/buildbot_functions.sh
@@ -261,6 +261,14 @@ function bb_run_content_shell_test {
"${SRC_ROOT}"/out/Release/content_shell/ContentShell-debug.apk
}
+# Run content shell instrumentation test on device.
+function bb_run_content_shell_instrumentation_test {
+ echo "@@@BUILD_STEP Run content shell instrumentation test on actual "\
+ "hardware@@@"
+ build/android/run_instrumentation_tests.py -I \
+ --test-apk content_shell_test/ContentShellTest-debug -vvv
+}
+
# Zip and archive a build.
function bb_zip_build {
echo "@@@BUILD_STEP Zip build@@@"
« no previous file with comments | « no previous file | build/android/buildbot_fyi_tester.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698