diff options
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*'" + } +] |