Chromium Code Reviews| Index: testing/buildbot/chromium_arm.json |
| diff --git a/testing/buildbot/chromium_arm.json b/testing/buildbot/chromium_arm.json |
| index 07a5c2136fae2f911d957a99f61fcad276849ecd..4cbaa7f846db66cf1fed8500268b6e3792c4ec24 100644 |
| --- a/testing/buildbot/chromium_arm.json |
| +++ b/testing/buildbot/chromium_arm.json |
| @@ -1,10 +1,8 @@ |
| -[ |
| - { |
| - "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*'" |
| - } |
| -] |
| +{ |
| + "compile_targets": [ |
| + "browser_tests_run" |
| + ], |
| + "gtest_tests": [{ |
|
Paweł Hajdan Jr.
2014/05/29 17:22:07
nit: Please indent the braces {} just like chromiu
nodir
2014/05/29 21:00:11
removed the dict because nothing but "test' is spe
|
| + "test": "browser_tests" |
| + }] |
| +} |