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

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

Issue 11418116: Failing webkit_unit_tests or TestWebKitAPI shouldn't block running layout tests (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 | 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
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index 6ab33dc18e2132edb20f0cacaee9c6e8311de9ef..d1d9263b684aae9791d356dc67e784c33ce76d46 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -228,8 +228,10 @@ function bb_run_webkit_unit_tests {
if [[ $BUILDTYPE = Release ]]; then
local BUILDFLAG="--release"
fi
- build/android/run_tests.py --xvfb --verbose $BUILDFLAG -s webkit_unit_tests
- build/android/run_tests.py --xvfb --verbose $BUILDFLAG -s TestWebKitAPI
+ bb_run_step build/android/run_tests.py --xvfb --verbose $BUILDFLAG \
+ -s webkit_unit_tests
+ bb_run_step build/android/run_tests.py --xvfb --verbose $BUILDFLAG \
+ -s TestWebKitAPI
}
# Lint WebKit's TestExpectation files.
« 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