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

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

Issue 11578051: Pass --tool=asan to run_tests.py on the ASan bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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_asan_tests.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/buildbot_functions.sh
===================================================================
--- build/android/buildbot/buildbot_functions.sh (revision 174370)
+++ build/android/buildbot/buildbot_functions.sh (working copy)
@@ -100,7 +100,7 @@
if [[ ${BUILDTYPE} == Release ]]; then
FLAGS="${FLAGS} --release"
fi
- build/android/run_tests.py ${FLAGS} "$@"
+ build/android/run_tests.py ${FLAGS} ${EXTRA_RUN_TESTS_FLAGS} "$@"
}
function bb_compile_setup {
@@ -343,7 +343,8 @@
FLAGS="${FLAGS} --release"
fi
bb_run_step python build/android/run_instrumentation_tests.py \
- ${FLAGS} --test-apk ${TEST_APK} -I --test_data ${TEST_DATA}
+ ${FLAGS} ${EXTRA_RUN_TESTS_FLAGS} --test-apk ${TEST_APK} -I \
+ --test_data ${TEST_DATA}
}
# Run instrumentation tests for all relevant APKs on device.
« no previous file with comments | « build/android/buildbot/bb_asan_tests.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698