diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-29 23:12:51 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-29 23:12:51 +0000 |
commit | 94318f6599f1e6df5888a298150b63136a8b1308 (patch) | |
tree | a699a3f93c0985f1991972eabd6e968dd382e760 | |
parent | cb454dbd1eb7fca81e3bf83dd74d5156da533148 (diff) | |
download | chromium_src-94318f6599f1e6df5888a298150b63136a8b1308.zip chromium_src-94318f6599f1e6df5888a298150b63136a8b1308.tar.gz chromium_src-94318f6599f1e6df5888a298150b63136a8b1308.tar.bz2 |
Add missing views_unittests target to chromium trybot.
It caused the patch in https://codereview.chromium.org/248763003/ to be
reverted and probably some others too.
BUG=None
TEST=green trybots
R=phajdan.jr@chromium.org
Review URL: https://codereview.chromium.org/257873004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266990 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | testing/buildbot/chromium_trybot.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json index 34516b3..b1cb7d3 100644 --- a/testing/buildbot/chromium_trybot.json +++ b/testing/buildbot/chromium_trybot.json @@ -57,5 +57,14 @@ "test": "sandbox_linux_unittests", "platforms": ["linux"], "args": ["--test-launcher-print-test-stdio=always"] + }, + { + "test": "views_unittests", + "platforms": ["win"] + }, + { + "test": "views_unittests", + "platforms": ["linux"], + "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] } ] |