diff options
author | nodir@chromium.org <nodir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-11 00:38:27 +0000 |
---|---|---|
committer | nodir@chromium.org <nodir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-11 00:38:27 +0000 |
commit | 3419f546c8a98cefba372b6b8515f791d7ca480e (patch) | |
tree | a9a6a1503d1db22787313564a17789a3021ac7e1 /testing | |
parent | 76cf64914f63938ceb71d70e7bafdf79196ad5c6 (diff) | |
download | chromium_src-3419f546c8a98cefba372b6b8515f791d7ca480e.zip chromium_src-3419f546c8a98cefba372b6b8515f791d7ca480e.tar.gz chromium_src-3419f546c8a98cefba372b6b8515f791d7ca480e.tar.bz2 |
Added arm test spec.
Will be used by chromium_trybot_arm recipe.
R=mseaborn@chromium.org, phajdan.jr@chromium.org
BUG=359338
Review URL: https://codereview.chromium.org/246623009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium_arm.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/buildbot/chromium_arm.json b/testing/buildbot/chromium_arm.json new file mode 100644 index 0000000..07a5c21 --- /dev/null +++ b/testing/buildbot/chromium_arm.json @@ -0,0 +1,10 @@ +[ + { + "description": ["These tests will be run on an ARM device, which is fairly", + "slow, that's why we run a much smaller set of tests.", + "We run NaCl tests specifically because NaCl contains", + "a lot of architecture-specific code"], + "test": "browser_tests", + "args": "--gtest-filter='*NaCl*'" + } +] |