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

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

Issue 138703003: Add blink_heap_unittests to android recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/pylib/gtest/setup.py » ('j') | build/android/pylib/gtest/setup.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index b925c55312487febdf8125e807e5d139917e7c85..8860cfb121e24962f122bc2599c1299533259ec8 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -435,7 +435,7 @@ def RunInstrumentationTests(options):
def RunWebkitTests(options):
- RunTestSuites(options, ['webkit_unit_tests'])
+ RunTestSuites(options, ['webkit_unit_tests', 'blink_heap_unittests'])
RunWebkitLint(options.target)
« no previous file with comments | « no previous file | build/android/pylib/gtest/setup.py » ('j') | build/android/pylib/gtest/setup.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698