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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 { | 250 { |
251 "test": "net_unittests", | 251 "test": "net_unittests", |
252 "swarming": { | 252 "swarming": { |
253 "can_use_on_swarming_builders": true | 253 "can_use_on_swarming_builders": true |
254 } | 254 } |
255 }, | 255 }, |
256 "ppapi_unittests", | 256 "ppapi_unittests", |
257 "printing_unittests", | 257 "printing_unittests", |
258 "remoting_unittests", | 258 "remoting_unittests", |
259 "sandbox_mac_unittests", | 259 "sandbox_mac_unittests", |
| 260 "skia_unittests", |
260 "sql_unittests", | 261 "sql_unittests", |
261 { | 262 { |
262 "test": "sync_integration_tests", | 263 "test": "sync_integration_tests", |
263 "swarming": { | 264 "swarming": { |
264 "can_use_on_swarming_builders": true | 265 "can_use_on_swarming_builders": true |
265 } | 266 } |
266 }, | 267 }, |
267 "sync_unit_tests", | 268 "sync_unit_tests", |
268 { | 269 { |
269 "test": "ui_base_unittests", | 270 "test": "ui_base_unittests", |
270 "swarming": { | 271 "swarming": { |
271 "can_use_on_swarming_builders": true | 272 "can_use_on_swarming_builders": true |
272 } | 273 } |
273 }, | 274 }, |
274 { | 275 { |
275 "test": "unit_tests", | 276 "test": "unit_tests", |
276 "swarming": { | 277 "swarming": { |
277 "can_use_on_swarming_builders": true | 278 "can_use_on_swarming_builders": true |
278 } | 279 } |
279 }, | 280 }, |
280 "url_unittests", | 281 "url_unittests", |
281 "skia_unittests" | 282 "views_unittests" |
282 ], | 283 ], |
283 "scripts": [ | 284 "scripts": [ |
284 { | 285 { |
285 "name": "telemetry_unittests", | 286 "name": "telemetry_unittests", |
286 "script": "telemetry_unittests.py" | 287 "script": "telemetry_unittests.py" |
287 }, | 288 }, |
288 { | 289 { |
289 "name": "telemetry_perf_unittests", | 290 "name": "telemetry_perf_unittests", |
290 "script": "telemetry_perf_unittests.py" | 291 "script": "telemetry_perf_unittests.py" |
291 }, | 292 }, |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 "name": "telemetry_perf_unittests", | 581 "name": "telemetry_perf_unittests", |
581 "script": "telemetry_perf_unittests.py" | 582 "script": "telemetry_perf_unittests.py" |
582 }, | 583 }, |
583 { | 584 { |
584 "name": "nacl_integration", | 585 "name": "nacl_integration", |
585 "script": "nacl_integration.py" | 586 "script": "nacl_integration.py" |
586 } | 587 } |
587 ] | 588 ] |
588 } | 589 } |
589 } | 590 } |
OLD | NEW |