Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Mac10.6 Tests": { | 2 "Mac10.6 Tests": { |
| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 273 { | 273 { |
| 274 "test": "unit_tests", | 274 "test": "unit_tests", |
| 275 "swarming": { | 275 "swarming": { |
| 276 "can_use_on_swarming_builders": true | 276 "can_use_on_swarming_builders": true |
| 277 } | 277 } |
| 278 }, | 278 }, |
| 279 "url_unittests" | 279 "url_unittests" |
| 280 ], | 280 ], |
| 281 "scripts": [ | 281 "scripts": [ |
| 282 { | 282 { |
| 283 "name": "telemetry_unittests", | 283 "name_disabled": "telemetry_unittests", |
|
Paweł Hajdan Jr.
2014/11/06 10:40:47
Please don't invent syntax like this - even if it
| |
| 284 "script": "telemetry_unittests.py" | 284 "script_disabled": "telemetry_unittests.py", |
| 285 "reason": "http://crbug.com/420615" | |
| 285 }, | 286 }, |
| 286 { | 287 { |
| 287 "name": "telemetry_perf_unittests", | 288 "name_disabled": "telemetry_perf_unittests", |
| 288 "script": "telemetry_perf_unittests.py" | 289 "script_disabled": "telemetry_perf_unittests.py", |
| 290 "reason": "http://crbug.com/420615" | |
| 289 }, | 291 }, |
| 290 { | 292 { |
| 291 "name": "nacl_integration", | 293 "name": "nacl_integration", |
| 292 "script": "nacl_integration.py" | 294 "script": "nacl_integration.py" |
| 293 } | 295 } |
| 294 ] | 296 ] |
| 295 }, | 297 }, |
| 296 "Mac10.9 Tests (dbg)": { | 298 "Mac10.9 Tests (dbg)": { |
| 297 "gtest_tests": [ | 299 "gtest_tests": [ |
| 298 "accessibility_unittests", | 300 "accessibility_unittests", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 372 { | 374 { |
| 373 "test": "unit_tests", | 375 "test": "unit_tests", |
| 374 "swarming": { | 376 "swarming": { |
| 375 "can_use_on_swarming_builders": true | 377 "can_use_on_swarming_builders": true |
| 376 } | 378 } |
| 377 }, | 379 }, |
| 378 "url_unittests" | 380 "url_unittests" |
| 379 ], | 381 ], |
| 380 "scripts": [ | 382 "scripts": [ |
| 381 { | 383 { |
| 382 "name": "telemetry_unittests", | 384 "name_disabled": "telemetry_unittests", |
| 383 "script": "telemetry_unittests.py" | 385 "script_disabled": "telemetry_unittests.py", |
| 386 "reason": "http://crbug.com/420615" | |
| 384 }, | 387 }, |
| 385 { | 388 { |
| 386 "name": "telemetry_perf_unittests", | 389 "name_disabled": "telemetry_perf_unittests", |
| 387 "script": "telemetry_perf_unittests.py" | 390 "script_disabled": "telemetry_perf_unittests.py", |
| 391 "reason": "http://crbug.com/420615" | |
| 388 }, | 392 }, |
| 389 { | 393 { |
| 390 "name": "nacl_integration", | 394 "name": "nacl_integration", |
| 391 "script": "nacl_integration.py" | 395 "script": "nacl_integration.py" |
| 392 } | 396 } |
| 393 ] | 397 ] |
| 394 } | 398 } |
| 395 } | 399 } |
| OLD | NEW |