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

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 11412079: Move ContentShell and ChromiumTestShell instrumentation tests to main waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index 9f56a18e5c6eacdf9786130df314f5ea23799e05..62a510a838897542acecdce3ead3677dea84961d 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -319,10 +319,15 @@ function bb_run_instrumentation_tests {
"org.chromium.content_shell" "ContentShellTest"
bb_run_all_instrumentation_tests_for_apk "ChromiumTestShell.apk" \
"org.chromium.chrome.testshell" "ChromiumTestShellTest"
+}
+
+# Run instrumentation tests for experimental APKs on device.
+function bb_run_experimental_instrumentation_tests {
bb_run_all_instrumentation_tests_for_apk "AndroidWebView.apk" \
"org.chromium.android_webview" "AndroidWebViewTest"
}
+
Isaac (away) 2012/11/19 21:55:38 nit extra newline added here
# Zip and archive a build.
function bb_zip_build {
echo "@@@BUILD_STEP Zip build@@@"
« build/android/buildbot/bb_fyi_tester.sh ('K') | « build/android/buildbot/bb_try_tester.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698