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

Unified Diff: scripts/slave/recipe_modules/chromium/chromium_linux.py

Issue 1137653004: Add gfx_unittests to Android test (dbg, rel) bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 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 | scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/chromium_linux.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_linux.py b/scripts/slave/recipe_modules/chromium/chromium_linux.py
index e81822e601ac4ecd8276c677a803d5670a220972..b9cee7cc25a823f7fd471d7adae4a08f4399b38d 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_linux.py
@@ -180,6 +180,7 @@ SPEC = {
steps.GTestTest('content_unittests'),
steps.GTestTest('device_unittests'),
steps.GTestTest('events_unittests'),
+ steps.GTestTest('gfx_unittests'),
steps.GTestTest('gl_tests'),
steps.GTestTest('gpu_unittests'),
steps.GTestTest('ipc_tests'),
@@ -262,6 +263,7 @@ SPEC = {
steps.GTestTest('content_browsertests'),
steps.GTestTest('content_unittests'),
steps.GTestTest('events_unittests'),
+ steps.GTestTest('gfx_unittests'),
steps.GTestTest('gl_tests'),
steps.GTestTest('gpu_unittests'),
steps.GTestTest('ipc_tests'),
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698