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

Side by Side Diff: testing/buildbot/chromium_arm.json

Issue 297303012: Updated ARM test specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: args must be lists Created 6 years, 6 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "description": ["These tests will be run on an ARM device, which is fairly", 3 "description": ["These tests will be run on an ARM device, which is fairly",
4 "slow, that's why we run a much smaller set of tests.", 4 "slow, that's why we run a much smaller set of tests.",
5 "We run NaCl tests specifically because NaCl contains", 5 "We run NaCl tests specifically because NaCl contains",
6 "a lot of architecture-specific code"], 6 "a lot of architecture-specific code"],
7 "test": "browser_tests", 7 "test": "browser_tests",
8 "args": "--gtest-filter='*NaCl*'" 8 "args": ["--gtest-filter='*NaCl*'"],
9 "compile_targets": ["browser_tests_run"]
Paweł Hajdan Jr. 2014/05/29 16:22:43 Please pull compile_targets out of this dict (just
9 } 10 }
10 ] 11 ]
OLDNEW
« testing/buildbot/chromium.fyi.json ('K') | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698