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

Unified Diff: testing/buildbot/chromium_trybot.json

Issue 257873004: Add missing views_unittests target to chromium trybot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium_trybot.json
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
index 34516b39f80b348cb6addf7eb739fc272b7786f0..8b8beb766e309c60d233a0cc43636c2880570c47 100644
--- a/testing/buildbot/chromium_trybot.json
+++ b/testing/buildbot/chromium_trybot.json
@@ -57,5 +57,9 @@
"test": "sandbox_linux_unittests",
"platforms": ["linux"],
"args": ["--test-launcher-print-test-stdio=always"]
+ },
+ {
+ "test": "views_unittests"
+ "platforms": ["linux", "win"]
sky 2014/04/25 23:25:00 Does linux include chromeos?
tfarina 2014/04/25 23:30:07 I will let Pawel answer that as I don't know mysel
Paweł Hajdan Jr. 2014/04/28 11:01:12 Yes.
}
]
« 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