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

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

Issue 11312101: Teach the WebKit bots how to run layout tests, TestWebKitAPI and webkit_unit_tests for Android (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
« no previous file with comments | « no previous file | build/android/buildbot/buildbot_functions.sh » ('j') | 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_webkit_latest_webkit_tester.sh b/build/android/buildbot/bb_webkit_latest_webkit_tester.sh
index 05e05a04deaa12b91d9a2c50ade9cfc7ee460715..a49509f6bb7d2b001ac1fbf1ec92a4699c810b02 100755
--- a/build/android/buildbot/bb_webkit_latest_webkit_tester.sh
+++ b/build/android/buildbot/bb_webkit_latest_webkit_tester.sh
@@ -14,6 +14,7 @@ bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_spawn_logcat_monitor_and_status
bb_extract_build
bb_reboot_phones
-# TODO(peter@): Replace this with a test call
-echo "@@@BUILD_STEP TODO Run WebKit tests@@@"
+bb_run_webkit_unit_tests
+bb_lint_webkit_expectation_files
+bb_run_webkit_layout_tests
bb_print_logcat
« no previous file with comments | « no previous file | build/android/buildbot/buildbot_functions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698