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

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

Issue 11365044: Run findbugs and findbugs-plugin test on clang bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync 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 9090b98418903900e46ecf85bcb6012d865e3b0f..2a5f1b4ec084089c99a2d20ae3a304acdabe19e6 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -217,6 +217,16 @@ echo '@@@BUILD_STEP experimental_unit_tests@@@'
}
+# Run findbugs.
+function bb_run_findbugs_diff {
+ build/android/findbugs_diff.py
Yaron 2012/11/02 00:09:47 Both of these should echo a BUILD_STEP
michaelbai 2012/11/02 00:31:19 Done.
+}
+
+# Run findbugs plugin tests.
+function bb_run_findbugs_plugin_tests {
+ tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py
+}
+
# Run a buildbot step and handle failure.
function bb_run_step {
(
« no previous file with comments | « build/android/buildbot/bb_try_clang_builder.sh ('k') | build/android/findbugs_filter/findbugs_known_bugs.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698