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

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

Issue 11070008: Add webkit tester top level script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_webkit_latest_webkit_tester.sh
diff --git a/build/android/buildbot/bb_fyi_tester.sh b/build/android/buildbot/bb_webkit_latest_webkit_tester.sh
similarity index 68%
copy from build/android/buildbot/bb_fyi_tester.sh
copy to build/android/buildbot/bb_webkit_latest_webkit_tester.sh
index 122fe40f6646a755f57d8504a505f46f6480fb80..61694e8cd3157b9372430bd47a13fea83193f918 100755
--- a/build/android/buildbot/bb_fyi_tester.sh
+++ b/build/android/buildbot/bb_webkit_latest_webkit_tester.sh
@@ -3,8 +3,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
-# Buildbot annotator script for the fyi waterfall and fyi trybots.
-# Downloads and extracts a build from the builder and runs tests.
+# Buildbot annotator script for the Webkit latest webkit tester on the
+# webkit canary waterfall.
BB_DIR="$(dirname $0)"
BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
@@ -14,6 +14,6 @@ bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_spawn_logcat_monitor_and_status
bb_extract_build
bb_reboot_phones
-bb_run_unit_tests
-bb_run_instrumentation_tests
+# TODO(peter@): Replace this with a test call
+print "@@@BUILD_STEP TODO Run webit tests@@@"
bb_print_logcat
« 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