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

Unified Diff: build/android/buildbot/bb_tests.py

Issue 11826019: Move sandbox_linux_unittests back to FYI bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months 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/run_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_tests.py
diff --git a/build/android/buildbot/bb_tests.py b/build/android/buildbot/bb_tests.py
index 5499215b05718a760c21cbc7797c1469020cb05c..8f090cfee5e36faba6716862b31178f593c0ff40 100755
--- a/build/android/buildbot/bb_tests.py
+++ b/build/android/buildbot/bb_tests.py
@@ -183,7 +183,7 @@ def MainTestWrapper(options):
RunWebkitLayoutTests(options)
if options.experimental:
- pass
+ RunTestSuites(options, 'sandbox_linux_unittests')
# Print logcat, kill logcat monitor
buildbot_report.PrintNamedStep('Logcat dump')
« no previous file with comments | « no previous file | build/android/run_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698