OLD | NEW |
1 { | 1 { |
2 "Linux Tests": { | 2 "Linux 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 }, | 115 }, |
116 "sync_unit_tests", | 116 "sync_unit_tests", |
117 { | 117 { |
118 "test": "unit_tests", | 118 "test": "unit_tests", |
119 "swarming": { | 119 "swarming": { |
120 "can_use_on_swarming_builders": true | 120 "can_use_on_swarming_builders": true |
121 } | 121 } |
122 }, | 122 }, |
123 "url_unittests", | 123 "url_unittests", |
124 "views_unittests", | 124 "views_unittests", |
125 "wm_unittests" | 125 "wm_unittests", |
| 126 "skia_unittests" |
126 ], | 127 ], |
127 "scripts": [ | 128 "scripts": [ |
128 { | 129 { |
129 "name": "telemetry_unittests", | 130 "name": "telemetry_unittests", |
130 "script": "telemetry_unittests.py" | 131 "script": "telemetry_unittests.py" |
131 }, | 132 }, |
132 { | 133 { |
133 "name": "telemetry_perf_unittests", | 134 "name": "telemetry_perf_unittests", |
134 "script": "telemetry_perf_unittests.py" | 135 "script": "telemetry_perf_unittests.py" |
135 }, | 136 }, |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 }, | 256 }, |
256 "sync_unit_tests", | 257 "sync_unit_tests", |
257 { | 258 { |
258 "test": "unit_tests", | 259 "test": "unit_tests", |
259 "swarming": { | 260 "swarming": { |
260 "can_use_on_swarming_builders": true | 261 "can_use_on_swarming_builders": true |
261 } | 262 } |
262 }, | 263 }, |
263 "url_unittests", | 264 "url_unittests", |
264 "views_unittests", | 265 "views_unittests", |
265 "wm_unittests" | 266 "wm_unittests", |
| 267 "skia_unittests" |
266 ], | 268 ], |
267 "scripts": [ | 269 "scripts": [ |
268 { | 270 { |
269 "name": "nacl_integration", | 271 "name": "nacl_integration", |
270 "script": "nacl_integration.py" | 272 "script": "nacl_integration.py" |
271 } | 273 } |
272 ] | 274 ] |
273 }, | 275 }, |
274 "Linux Tests (dbg)(1)": { | 276 "Linux Tests (dbg)(1)": { |
275 "gtest_tests": [ | 277 "gtest_tests": [ |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 }, | 393 }, |
392 "sync_unit_tests", | 394 "sync_unit_tests", |
393 { | 395 { |
394 "test": "unit_tests", | 396 "test": "unit_tests", |
395 "swarming": { | 397 "swarming": { |
396 "can_use_on_swarming_builders": true | 398 "can_use_on_swarming_builders": true |
397 } | 399 } |
398 }, | 400 }, |
399 "url_unittests", | 401 "url_unittests", |
400 "views_unittests", | 402 "views_unittests", |
401 "wm_unittests" | 403 "wm_unittests", |
| 404 "skia_unittests" |
402 ], | 405 ], |
403 "scripts": [ | 406 "scripts": [ |
404 { | 407 { |
405 "name": "telemetry_unittests", | 408 "name": "telemetry_unittests", |
406 "script": "telemetry_unittests.py" | 409 "script": "telemetry_unittests.py" |
407 }, | 410 }, |
408 { | 411 { |
409 "name": "telemetry_perf_unittests", | 412 "name": "telemetry_perf_unittests", |
410 "script": "telemetry_perf_unittests.py" | 413 "script": "telemetry_perf_unittests.py" |
411 }, | 414 }, |
(...skipping 21 matching lines...) Expand all Loading... |
433 "mojo_public_bindings_unittests", | 436 "mojo_public_bindings_unittests", |
434 "mojo_public_environment_unittests", | 437 "mojo_public_environment_unittests", |
435 "mojo_public_system_unittests", | 438 "mojo_public_system_unittests", |
436 "mojo_public_utility_unittests", | 439 "mojo_public_utility_unittests", |
437 "mojo_system_unittests", | 440 "mojo_system_unittests", |
438 "nacl_loader_unittests", | 441 "nacl_loader_unittests", |
439 "sandbox_linux_unittests", | 442 "sandbox_linux_unittests", |
440 "sql_unittests", | 443 "sql_unittests", |
441 "sync_unit_tests", | 444 "sync_unit_tests", |
442 "ui_base_unittests", | 445 "ui_base_unittests", |
443 "unit_tests" | 446 "unit_tests", |
| 447 "skia_unittests" |
444 ] | 448 ] |
445 } | 449 } |
446 } | 450 } |
OLD | NEW |