OLD | NEW |
1 { | 1 { |
2 "Mac10.6 Tests (1)": { | 2 "Mac10.6 Tests (1)": { |
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 }, | 74 }, |
75 "sync_unit_tests", | 75 "sync_unit_tests", |
76 "ui_unittests", | 76 "ui_unittests", |
77 { | 77 { |
78 "test": "unit_tests", | 78 "test": "unit_tests", |
79 "swarming": { | 79 "swarming": { |
80 "can_use_on_swarming_builders": true | 80 "can_use_on_swarming_builders": true |
81 } | 81 } |
82 }, | 82 }, |
83 "url_unittests" | 83 "url_unittests" |
| 84 ], |
| 85 "scripts": [ |
| 86 { |
| 87 "name": "telemetry_unittests", |
| 88 "script": "telemetry_unittests.py" |
| 89 }, |
| 90 { |
| 91 "name": "telemetry_perf_unittests", |
| 92 "script": "telemetry_perf_unittests.py" |
| 93 }, |
| 94 { |
| 95 "name": "nacl_integration", |
| 96 "script": "nacl_integration.py" |
| 97 } |
84 ] | 98 ] |
85 }, | 99 }, |
86 "Mac10.7 Tests (1)": { | 100 "Mac10.7 Tests (1)": { |
87 "gtest_tests": [ | 101 "gtest_tests": [ |
88 "accessibility_unittests", | 102 "accessibility_unittests", |
89 "app_list_unittests", | 103 "app_list_unittests", |
90 { | 104 { |
91 "test": "base_unittests", | 105 "test": "base_unittests", |
92 "swarming": { | 106 "swarming": { |
93 "can_use_on_swarming_builders": true | 107 "can_use_on_swarming_builders": true |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 }, | 172 }, |
159 "sync_unit_tests", | 173 "sync_unit_tests", |
160 "ui_unittests", | 174 "ui_unittests", |
161 { | 175 { |
162 "test": "unit_tests", | 176 "test": "unit_tests", |
163 "swarming": { | 177 "swarming": { |
164 "can_use_on_swarming_builders": true | 178 "can_use_on_swarming_builders": true |
165 } | 179 } |
166 }, | 180 }, |
167 "url_unittests" | 181 "url_unittests" |
| 182 ], |
| 183 "scripts": [ |
| 184 { |
| 185 "name": "telemetry_unittests", |
| 186 "script": "telemetry_unittests.py" |
| 187 }, |
| 188 { |
| 189 "name": "telemetry_perf_unittests", |
| 190 "script": "telemetry_perf_unittests.py" |
| 191 }, |
| 192 { |
| 193 "name": "nacl_integration", |
| 194 "script": "nacl_integration.py" |
| 195 } |
168 ] | 196 ] |
169 }, | 197 }, |
170 "Mac 10.6 Tests (dbg)(1)": { | 198 "Mac 10.6 Tests (dbg)(1)": { |
171 "gtest_tests": [ | 199 "gtest_tests": [ |
172 "accessibility_unittests", | 200 "accessibility_unittests", |
173 "app_list_unittests", | 201 "app_list_unittests", |
174 { | 202 { |
175 "test": "base_unittests", | 203 "test": "base_unittests", |
176 "swarming": { | 204 "swarming": { |
177 "can_use_on_swarming_builders": true | 205 "can_use_on_swarming_builders": true |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 }, | 270 }, |
243 "sync_unit_tests", | 271 "sync_unit_tests", |
244 "ui_unittests", | 272 "ui_unittests", |
245 { | 273 { |
246 "test": "unit_tests", | 274 "test": "unit_tests", |
247 "swarming": { | 275 "swarming": { |
248 "can_use_on_swarming_builders": true | 276 "can_use_on_swarming_builders": true |
249 } | 277 } |
250 }, | 278 }, |
251 "url_unittests" | 279 "url_unittests" |
| 280 ], |
| 281 "scripts": [ |
| 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 { |
| 291 "name": "nacl_integration", |
| 292 "script": "nacl_integration.py" |
| 293 } |
252 ] | 294 ] |
253 }, | 295 }, |
254 "Mac 10.7 Tests (dbg)(1)": { | 296 "Mac 10.7 Tests (dbg)(1)": { |
255 "gtest_tests": [ | 297 "gtest_tests": [ |
256 "accessibility_unittests", | 298 "accessibility_unittests", |
257 "app_list_unittests", | 299 "app_list_unittests", |
258 { | 300 { |
259 "test": "base_unittests", | 301 "test": "base_unittests", |
260 "swarming": { | 302 "swarming": { |
261 "can_use_on_swarming_builders": true | 303 "can_use_on_swarming_builders": true |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 }, | 369 }, |
328 "sync_unit_tests", | 370 "sync_unit_tests", |
329 "ui_unittests", | 371 "ui_unittests", |
330 { | 372 { |
331 "test": "unit_tests", | 373 "test": "unit_tests", |
332 "swarming": { | 374 "swarming": { |
333 "can_use_on_swarming_builders": true | 375 "can_use_on_swarming_builders": true |
334 } | 376 } |
335 }, | 377 }, |
336 "url_unittests" | 378 "url_unittests" |
| 379 ], |
| 380 "scripts": [ |
| 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 { |
| 390 "name": "nacl_integration", |
| 391 "script": "nacl_integration.py" |
| 392 } |
337 ] | 393 ] |
338 } | 394 } |
339 } | 395 } |
OLD | NEW |