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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "wm_unittests" | 94 "wm_unittests" |
95 ], | 95 ], |
96 "scripts": [ | 96 "scripts": [ |
97 { | 97 { |
98 "name": "telemetry_unittests", | 98 "name": "telemetry_unittests", |
99 "script": "telemetry_unittests.py" | 99 "script": "telemetry_unittests.py" |
100 }, | 100 }, |
101 { | 101 { |
102 "name": "telemetry_perf_unittests", | 102 "name": "telemetry_perf_unittests", |
103 "script": "telemetry_perf_unittests.py" | 103 "script": "telemetry_perf_unittests.py" |
| 104 }, |
| 105 { |
| 106 "name": "nacl_integration", |
| 107 "script": "nacl_integration.py" |
104 } | 108 } |
105 ] | 109 ] |
106 }, | 110 }, |
107 "Linux Tests (dbg)(1)(32)": { | 111 "Linux Tests (dbg)(1)(32)": { |
108 "gtest_tests": [ | 112 "gtest_tests": [ |
109 "accessibility_unittests", | 113 "accessibility_unittests", |
110 "app_list_unittests", | 114 "app_list_unittests", |
111 "app_shell_browsertests", | 115 "app_shell_browsertests", |
112 "app_shell_unittests", | 116 "app_shell_unittests", |
113 "aura_unittests", | 117 "aura_unittests", |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 "sync_unit_tests", | 194 "sync_unit_tests", |
191 { | 195 { |
192 "test": "unit_tests", | 196 "test": "unit_tests", |
193 "swarming": { | 197 "swarming": { |
194 "can_use_on_swarming_builders": true | 198 "can_use_on_swarming_builders": true |
195 } | 199 } |
196 }, | 200 }, |
197 "url_unittests", | 201 "url_unittests", |
198 "views_unittests", | 202 "views_unittests", |
199 "wm_unittests" | 203 "wm_unittests" |
| 204 ], |
| 205 "scripts": [ |
| 206 { |
| 207 "name": "nacl_integration", |
| 208 "script": "nacl_integration.py" |
| 209 } |
200 ] | 210 ] |
201 }, | 211 }, |
202 "Linux Tests (dbg)(1)": { | 212 "Linux Tests (dbg)(1)": { |
203 "gtest_tests": [ | 213 "gtest_tests": [ |
204 "accessibility_unittests", | 214 "accessibility_unittests", |
205 "app_list_unittests", | 215 "app_list_unittests", |
206 "app_shell_browsertests", | 216 "app_shell_browsertests", |
207 "app_shell_unittests", | 217 "app_shell_unittests", |
208 "aura_unittests", | 218 "aura_unittests", |
209 { | 219 { |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 "sync_unit_tests", | 299 "sync_unit_tests", |
290 { | 300 { |
291 "test": "unit_tests", | 301 "test": "unit_tests", |
292 "swarming": { | 302 "swarming": { |
293 "can_use_on_swarming_builders": true | 303 "can_use_on_swarming_builders": true |
294 } | 304 } |
295 }, | 305 }, |
296 "url_unittests", | 306 "url_unittests", |
297 "views_unittests", | 307 "views_unittests", |
298 "wm_unittests" | 308 "wm_unittests" |
| 309 ], |
| 310 "scripts": [ |
| 311 { |
| 312 "name": "telemetry_unittests", |
| 313 "script": "telemetry_unittests.py" |
| 314 }, |
| 315 { |
| 316 "name": "telemetry_perf_unittests", |
| 317 "script": "telemetry_perf_unittests.py" |
| 318 }, |
| 319 { |
| 320 "name": "nacl_integration", |
| 321 "script": "nacl_integration.py" |
| 322 } |
299 ] | 323 ] |
300 }, | 324 }, |
301 "Linux Clang (dbg)": { | 325 "Linux Clang (dbg)": { |
302 "gtest_tests": [ | 326 "gtest_tests": [ |
303 "accessibility_unittests", | 327 "accessibility_unittests", |
304 "app_shell_unittests", | 328 "app_shell_unittests", |
305 "base_unittests", | 329 "base_unittests", |
306 "components_unittests", | 330 "components_unittests", |
307 "content_unittests", | 331 "content_unittests", |
308 "crypto_unittests", | 332 "crypto_unittests", |
(...skipping 11 matching lines...) Expand all Loading... |
320 "mojo_system_unittests", | 344 "mojo_system_unittests", |
321 "nacl_loader_unittests", | 345 "nacl_loader_unittests", |
322 "sandbox_linux_unittests", | 346 "sandbox_linux_unittests", |
323 "sql_unittests", | 347 "sql_unittests", |
324 "sync_unit_tests", | 348 "sync_unit_tests", |
325 "ui_unittests", | 349 "ui_unittests", |
326 "unit_tests" | 350 "unit_tests" |
327 ] | 351 ] |
328 } | 352 } |
329 } | 353 } |
OLD | NEW |