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

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: Patch 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') | build/android/buildbot_fyi.sh » ('J')
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 2f64af23e2e2843bae1ac339a2095bad1542759e..c7cf2b95d8b9d35576484d671a79f798bfbd20ac 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 content shell instrumentation test on device.
function bb_run_content_shell_instrumentation_test {
echo "@@@BUILD_STEP Run content shell instrumentation test on actual "\
« no previous file with comments | « no previous file | build/android/buildbot_fyi.sh » ('j') | build/android/buildbot_fyi.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698