OLD | NEW |
1 { | 1 { |
2 "gtest_tests": [ | 2 "gtest_tests": [ |
3 "accessibility_unittests", | 3 "accessibility_unittests", |
4 { | 4 { |
5 "test": "base_unittests", | 5 "test": "base_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 17 matching lines...) Expand all Loading... |
28 "swarming": { | 28 "swarming": { |
29 "can_use_on_swarming_builders": true | 29 "can_use_on_swarming_builders": true |
30 } | 30 } |
31 }, | 31 }, |
32 "crypto_unittests", | 32 "crypto_unittests", |
33 "device_unittests", | 33 "device_unittests", |
34 { | 34 { |
35 "test": "display_unittests", | 35 "test": "display_unittests", |
36 "platforms": ["linux"] | 36 "platforms": ["linux"] |
37 }, | 37 }, |
38 { | |
39 "test": "extensions_unittests", | |
40 "platforms": ["linux", "win", "mac"] | |
41 }, | |
42 "gcm_unit_tests", | 38 "gcm_unit_tests", |
43 "gfx_unittests", | 39 "gfx_unittests", |
44 "google_apis_unittests", | 40 "google_apis_unittests", |
45 "gpu_unittests", | 41 "gpu_unittests", |
46 { | 42 { |
47 "test": "interactive_ui_tests", | 43 "test": "interactive_ui_tests", |
48 "swarming": { | 44 "swarming": { |
49 "can_use_on_swarming_builders": true, | 45 "can_use_on_swarming_builders": true, |
50 "shards": 3 | 46 "shards": 3 |
51 } | 47 } |
(...skipping 20 matching lines...) Expand all Loading... |
72 { | 68 { |
73 "test": "unit_tests", | 69 "test": "unit_tests", |
74 "swarming": { | 70 "swarming": { |
75 "can_use_on_swarming_builders": true, | 71 "can_use_on_swarming_builders": true, |
76 "shards": 2 | 72 "shards": 2 |
77 } | 73 } |
78 }, | 74 }, |
79 "url_unittests" | 75 "url_unittests" |
80 ] | 76 ] |
81 } | 77 } |
OLD | NEW |