OLD | NEW |
1 { | 1 { |
2 "Mac10.6 Tests": { | 2 "Mac10.6 Tests": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 "accessibility_unittests", | 4 "accessibility_unittests", |
5 "app_list_unittests", | 5 "app_list_unittests", |
6 { | 6 { |
7 "test": "base_unittests", | 7 "test": "base_unittests", |
8 "swarming": { | 8 "swarming": { |
9 "can_use_on_swarming_builders": true | 9 "can_use_on_swarming_builders": true |
10 } | 10 } |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 { | 273 { |
274 "test": "unit_tests", | 274 "test": "unit_tests", |
275 "swarming": { | 275 "swarming": { |
276 "can_use_on_swarming_builders": true | 276 "can_use_on_swarming_builders": true |
277 } | 277 } |
278 }, | 278 }, |
279 "url_unittests" | 279 "url_unittests" |
280 ], | 280 ], |
281 "scripts": [ | 281 "scripts": [ |
282 { | 282 { |
| 283 "name": "telemetry_unittests", |
| 284 "script": "telemetry_unittests.py" |
| 285 }, |
| 286 { |
| 287 "name": "telemetry_perf_unittests", |
| 288 "script": "telemetry_perf_unittests.py" |
| 289 }, |
| 290 { |
283 "name": "nacl_integration", | 291 "name": "nacl_integration", |
284 "script": "nacl_integration.py" | 292 "script": "nacl_integration.py" |
285 } | 293 } |
286 ] | 294 ] |
287 }, | 295 }, |
288 "Mac10.9 Tests (dbg)": { | 296 "Mac10.9 Tests (dbg)": { |
289 "gtest_tests": [ | 297 "gtest_tests": [ |
290 "accessibility_unittests", | 298 "accessibility_unittests", |
291 "app_list_unittests", | 299 "app_list_unittests", |
292 { | 300 { |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 { | 372 { |
365 "test": "unit_tests", | 373 "test": "unit_tests", |
366 "swarming": { | 374 "swarming": { |
367 "can_use_on_swarming_builders": true | 375 "can_use_on_swarming_builders": true |
368 } | 376 } |
369 }, | 377 }, |
370 "url_unittests" | 378 "url_unittests" |
371 ], | 379 ], |
372 "scripts": [ | 380 "scripts": [ |
373 { | 381 { |
| 382 "name": "telemetry_unittests", |
| 383 "script": "telemetry_unittests.py" |
| 384 }, |
| 385 { |
| 386 "name": "telemetry_perf_unittests", |
| 387 "script": "telemetry_perf_unittests.py" |
| 388 }, |
| 389 { |
374 "name": "nacl_integration", | 390 "name": "nacl_integration", |
375 "script": "nacl_integration.py" | 391 "script": "nacl_integration.py" |
376 } | 392 } |
377 ] | 393 ] |
378 } | 394 } |
379 } | 395 } |
OLD | NEW |