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

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

Issue 11280307: Provisionally switch android webview tests to CQ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index bf4d0858711a7636d7a50f214278b16872289129..8efeb15ed096a52468d5a518d59e73d397a1e82e 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -341,13 +341,14 @@ function bb_run_instrumentation_tests {
bb_run_all_instrumentation_tests_for_apk "ChromiumTestShell.apk" \
"org.chromium.chrome.testshell" "ChromiumTestShellTest" \
"chrome:chrome/test/data/android/device_files"
+ bb_run_all_instrumentation_tests_for_apk "AndroidWebView.apk" \
+ "org.chromium.android_webview" "AndroidWebViewTest" \
+ "webview:android_webview/test/data/device_files"
}
# 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" \
- "webview:android_webview/test/data/device_files"
+ echo "" # Can't have empty functions in bash.
}
# Zip and archive a build.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698