OLD | NEW |
1 { | 1 { |
2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "swarming": { | 5 "swarming": { |
6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
7 }, | 7 }, |
8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
9 }, | 9 }, |
10 { | 10 { |
11 "swarming": { | 11 "swarming": { |
12 "can_use_on_swarming_builders": true | 12 "can_use_on_swarming_builders": true |
13 }, | 13 }, |
14 "test": "app_list_unittests" | 14 "test": "app_list_unittests" |
15 }, | 15 }, |
16 { | 16 { |
17 "test": "app_shell_unittests" | 17 "test": "app_shell_unittests" |
18 }, | 18 }, |
19 { | 19 { |
20 "swarming": { | 20 "swarming": { |
21 "can_use_on_swarming_builders": true | 21 "can_use_on_swarming_builders": true |
22 }, | 22 }, |
23 "test": "ash_unittests" | 23 "test": "ash_unittests" |
24 }, | 24 }, |
25 { | 25 { |
| 26 "swarming": { |
| 27 "can_use_on_swarming_builders": true |
| 28 }, |
26 "test": "aura_unittests" | 29 "test": "aura_unittests" |
27 }, | 30 }, |
28 { | 31 { |
29 "swarming": { | 32 "swarming": { |
30 "can_use_on_swarming_builders": true | 33 "can_use_on_swarming_builders": true |
31 }, | 34 }, |
32 "test": "base_unittests" | 35 "test": "base_unittests" |
33 }, | 36 }, |
34 { | 37 { |
35 "swarming": { | 38 "swarming": { |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 { | 222 { |
220 "test": "app_shell_unittests" | 223 "test": "app_shell_unittests" |
221 }, | 224 }, |
222 { | 225 { |
223 "swarming": { | 226 "swarming": { |
224 "can_use_on_swarming_builders": true | 227 "can_use_on_swarming_builders": true |
225 }, | 228 }, |
226 "test": "ash_unittests" | 229 "test": "ash_unittests" |
227 }, | 230 }, |
228 { | 231 { |
| 232 "swarming": { |
| 233 "can_use_on_swarming_builders": true |
| 234 }, |
229 "test": "aura_unittests" | 235 "test": "aura_unittests" |
230 }, | 236 }, |
231 { | 237 { |
232 "swarming": { | 238 "swarming": { |
233 "can_use_on_swarming_builders": true | 239 "can_use_on_swarming_builders": true |
234 }, | 240 }, |
235 "test": "base_unittests" | 241 "test": "base_unittests" |
236 }, | 242 }, |
237 { | 243 { |
238 "swarming": { | 244 "swarming": { |
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1094 "name": "webkit_lint", | 1100 "name": "webkit_lint", |
1095 "script": "webkit_lint.py" | 1101 "script": "webkit_lint.py" |
1096 }, | 1102 }, |
1097 { | 1103 { |
1098 "name": "webkit_python_tests", | 1104 "name": "webkit_python_tests", |
1099 "script": "webkit_python_tests.py" | 1105 "script": "webkit_python_tests.py" |
1100 } | 1106 } |
1101 ] | 1107 ] |
1102 } | 1108 } |
1103 } | 1109 } |
OLD | NEW |