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

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: Remove the classes which not upstreamed. 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 | « build/android/buildbot/bb_fyi_builder.sh ('k') | build/android/findbugs_filter/findbugs_known_bugs.txt » ('j') | 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 9090b98418903900e46ecf85bcb6012d865e3b0f..7835b465500dfdec19b023d2fe1a77763e1bb8be 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -217,6 +217,18 @@ echo '@@@BUILD_STEP experimental_unit_tests@@@'
}
+# Run findbugs.
+function bb_run_findbugs_diff {
+ echo "@@@BUILD_STEP findbugs_diff@@@"
+ build/android/findbugs_diff.py
+}
+
+# Run findbugs plugin tests.
+function bb_run_findbugs_plugin_tests {
+ echo "@@@BUILD_STEP 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_fyi_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