OLD | NEW |
1 { | 1 { |
2 "Linux Tests": { | 2 "Linux Tests": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 "accessibility_unittests", | 4 "accessibility_unittests", |
5 "app_list_unittests", | 5 "app_list_unittests", |
6 "app_shell_browsertests", | 6 "app_shell_browsertests", |
7 "app_shell_unittests", | 7 "app_shell_unittests", |
8 "aura_unittests", | 8 "aura_unittests", |
9 { | 9 { |
10 "test": "base_unittests", | 10 "test": "base_unittests", |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 "sync_unit_tests", | 85 "sync_unit_tests", |
86 { | 86 { |
87 "test": "unit_tests", | 87 "test": "unit_tests", |
88 "swarming": { | 88 "swarming": { |
89 "can_use_on_swarming_builders": true | 89 "can_use_on_swarming_builders": true |
90 } | 90 } |
91 }, | 91 }, |
92 "url_unittests", | 92 "url_unittests", |
93 "views_unittests", | 93 "views_unittests", |
94 "wm_unittests" | 94 "wm_unittests" |
| 95 ], |
| 96 "scripts": [ |
| 97 { |
| 98 "name": "telemetry_unittests", |
| 99 "script": "telemetry_unittests.py" |
| 100 } |
95 ] | 101 ] |
96 }, | 102 }, |
97 "Linux Tests (dbg)(1)(32)": { | 103 "Linux Tests (dbg)(1)(32)": { |
98 "gtest_tests": [ | 104 "gtest_tests": [ |
99 "accessibility_unittests", | 105 "accessibility_unittests", |
100 "app_list_unittests", | 106 "app_list_unittests", |
101 "app_shell_browsertests", | 107 "app_shell_browsertests", |
102 "app_shell_unittests", | 108 "app_shell_unittests", |
103 "aura_unittests", | 109 "aura_unittests", |
104 { | 110 { |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 "mojo_system_unittests", | 316 "mojo_system_unittests", |
311 "nacl_loader_unittests", | 317 "nacl_loader_unittests", |
312 "sandbox_linux_unittests", | 318 "sandbox_linux_unittests", |
313 "sql_unittests", | 319 "sql_unittests", |
314 "sync_unit_tests", | 320 "sync_unit_tests", |
315 "ui_unittests", | 321 "ui_unittests", |
316 "unit_tests" | 322 "unit_tests" |
317 ] | 323 ] |
318 } | 324 } |
319 } | 325 } |
OLD | NEW |