OLD | NEW |
1 { | 1 { |
2 "Mac10.6 Tests": { | 2 "Mac10.6 Tests": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "test": "accessibility_unittests", | 5 "test": "accessibility_unittests", |
6 "swarming": { | 6 "swarming": { |
7 "can_use_on_swarming_builders": true | 7 "can_use_on_swarming_builders": true |
8 } | 8 } |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 13 matching lines...) Expand all Loading... |
24 "swarming": { | 24 "swarming": { |
25 "can_use_on_swarming_builders": true, | 25 "can_use_on_swarming_builders": true, |
26 "shards": 10 | 26 "shards": 10 |
27 } | 27 } |
28 }, | 28 }, |
29 "cacheinvalidation_unittests", | 29 "cacheinvalidation_unittests", |
30 "cast_unittests", | 30 "cast_unittests", |
31 "cc_unittests", | 31 "cc_unittests", |
32 "chromedriver_unittests", | 32 "chromedriver_unittests", |
33 { | 33 { |
| 34 "test": "components_browsertests", |
| 35 "swarming": { |
| 36 "can_use_on_swarming_builders": true |
| 37 } |
| 38 }, |
| 39 { |
34 "test": "components_unittests", | 40 "test": "components_unittests", |
35 "swarming": { | 41 "swarming": { |
36 "can_use_on_swarming_builders": true | 42 "can_use_on_swarming_builders": true |
37 } | 43 } |
38 }, | 44 }, |
39 { | 45 { |
40 "test": "content_browsertests", | 46 "test": "content_browsertests", |
41 "swarming": { | 47 "swarming": { |
42 "can_use_on_swarming_builders": true | 48 "can_use_on_swarming_builders": true |
43 } | 49 } |
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 "name": "telemetry_perf_unittests", | 556 "name": "telemetry_perf_unittests", |
551 "script": "telemetry_perf_unittests.py" | 557 "script": "telemetry_perf_unittests.py" |
552 }, | 558 }, |
553 { | 559 { |
554 "name": "nacl_integration", | 560 "name": "nacl_integration", |
555 "script": "nacl_integration.py" | 561 "script": "nacl_integration.py" |
556 } | 562 } |
557 ] | 563 ] |
558 } | 564 } |
559 } | 565 } |
OLD | NEW |