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

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: more nit 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') | no next file with comments »
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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "mojo_common_unittests", 195 "mojo_common_unittests",
196 "mojo_js_unittests", 196 "mojo_js_unittests",
197 "mojo_public_bindings_unittests", 197 "mojo_public_bindings_unittests",
198 "mojo_public_environment_unittests", 198 "mojo_public_environment_unittests",
199 "mojo_public_system_unittests", 199 "mojo_public_system_unittests",
200 "mojo_public_utility_unittests", 200 "mojo_public_utility_unittests",
201 "mojo_service_manager_unittests", 201 "mojo_service_manager_unittests",
202 "mojo_system_unittests", 202 "mojo_system_unittests",
203 "nacl_loader_unittests" 203 "nacl_loader_unittests"
204 ] 204 ]
205 },
206 "Linux ARM Cross-Compile": {
207 "compile_targets": [
208 "browser_tests_run"
209 ],
210 "gtest_tests": [
211 "browser_tests"
212 ]
205 } 213 }
206 } 214 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium_arm.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698