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