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

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

Issue 149363012: Re-add blink_heap_unittests to android recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix isolate filename 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') | no next file with comments »
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 f4e7f8dada4b18abb5dab35ea6e614aa1742e9c1..16f614c9ae6cef8c80df3f0953fc4667400ef634 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698