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

Side by Side Diff: testing/buildbot/chromium.fyi.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
« no previous file with comments | « no previous file | testing/buildbot/chromium_arm.json » ('j') | testing/buildbot/chromium_arm.json » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Linux Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "app_list_unittests", 4 "app_list_unittests",
5 "aura_unittests", 5 "aura_unittests",
6 "interactive_ui_tests", 6 "interactive_ui_tests",
7 "base_unittests", 7 "base_unittests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "cast_unittests", 9 "cast_unittests",
10 "cc_unittests", 10 "cc_unittests",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 ] 204 ]
205 }, 205 },
206 'Linux ARM Cross-Compile': { 206 'Linux ARM Cross-Compile': {
207 "gtest_tests": [ 207 "gtest_tests": [
208 { 208 {
209 "description": ["These tests will be run on an ARM device, which is", 209 "description": ["These tests will be run on an ARM device, which is",
210 "fairly slow, that's why we run a much smaller set of", 210 "fairly slow, that's why we run a much smaller set of",
211 "tests. We run NaCl tests specifically because NaCl", 211 "tests. We run NaCl tests specifically because NaCl",
212 "contains a lot of architecture-specific code"], 212 "contains a lot of architecture-specific code"],
213 "test": "browser_tests", 213 "test": "browser_tests",
214 "args": "--gtest-filter='*NaCl*'" 214 "args": ["--gtest-filter='*NaCl*'"],
215 "compile_targets": ["browser_tests_run"]
Paweł Hajdan Jr. 2014/05/29 16:22:43 Please pull compile_targets out of "gtest_tests" (
215 }, 216 },
216 ], 217 ],
217 }, 218 },
218 } 219 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium_arm.json » ('j') | testing/buildbot/chromium_arm.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698