Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Linux Trusty": { | 2 "Linux Trusty": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 "app_list_unittests", | 5 "app_list_unittests", |
| 6 "app_shell_unittests", | 6 "app_shell_unittests", |
| 7 "aura_unittests", | 7 "aura_unittests", |
| 8 "interactive_ui_tests", | 8 "interactive_ui_tests", |
| 9 "base_unittests", | 9 "base_unittests", |
| 10 "cacheinvalidation_unittests", | 10 "cacheinvalidation_unittests", |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 394 "skia_unittests", | 394 "skia_unittests", |
| 395 "unit_tests", | 395 "unit_tests", |
| 396 "sql_unittests", | 396 "sql_unittests", |
| 397 "ui_base_unittests", | 397 "ui_base_unittests", |
| 398 "content_unittests", | 398 "content_unittests", |
| 399 "views_unittests", | 399 "views_unittests", |
| 400 "browser_tests", | 400 "browser_tests", |
| 401 { | 401 { |
| 402 "test": "content_browsertests", | 402 "test": "content_browsertests", |
| 403 "swarming": { | 403 "swarming": { |
| 404 "can_use_on_swarming_builders": true | 404 "can_use_on_swarming_builders": false |
| 405 } | 405 } |
| 406 }, | 406 }, |
|
Nico
2015/01/29 02:16:53
I would've replaced this whole block with just "co
| |
| 407 "installer_util_unittests" | 407 "installer_util_unittests" |
| 408 ] | 408 ] |
| 409 }, | 409 }, |
| 410 "CrWinClang(dbg) tester": { | 410 "CrWinClang(dbg) tester": { |
| 411 "gtest_tests": [ | 411 "gtest_tests": [ |
| 412 { | 412 { |
| 413 "test": "base_unittests", | 413 "test": "base_unittests", |
| 414 "swarming": { | 414 "swarming": { |
| 415 "can_use_on_swarming_builders": true | 415 "can_use_on_swarming_builders": true |
| 416 } | 416 } |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 446 "skia_unittests", | 446 "skia_unittests", |
| 447 "unit_tests", | 447 "unit_tests", |
| 448 "sql_unittests", | 448 "sql_unittests", |
| 449 "ui_base_unittests", | 449 "ui_base_unittests", |
| 450 "content_unittests", | 450 "content_unittests", |
| 451 "views_unittests", | 451 "views_unittests", |
| 452 "browser_tests", | 452 "browser_tests", |
| 453 { | 453 { |
| 454 "test": "content_browsertests", | 454 "test": "content_browsertests", |
| 455 "swarming": { | 455 "swarming": { |
| 456 "can_use_on_swarming_builders": true | 456 "can_use_on_swarming_builders": false |
| 457 } | 457 } |
| 458 }, | 458 }, |
| 459 "installer_util_unittests" | 459 "installer_util_unittests" |
| 460 ] | 460 ] |
| 461 }, | 461 }, |
| 462 "CrWinClang(shared) tester": { | 462 "CrWinClang(shared) tester": { |
| 463 "gtest_tests": [ | 463 "gtest_tests": [ |
| 464 { | 464 { |
| 465 "test": "base_unittests", | 465 "test": "base_unittests", |
| 466 "swarming": { | 466 "swarming": { |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 762 { | 762 { |
| 763 "test": "content_browsertests", | 763 "test": "content_browsertests", |
| 764 "swarming": { | 764 "swarming": { |
| 765 "can_use_on_swarming_builders": true | 765 "can_use_on_swarming_builders": true |
| 766 } | 766 } |
| 767 }, | 767 }, |
| 768 "installer_util_unittests" | 768 "installer_util_unittests" |
| 769 ] | 769 ] |
| 770 } | 770 } |
| 771 } | 771 } |
| OLD | NEW |