Chromium Code Reviews| 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 { |
| 11 "test": "app_list_unittests", | 11 "test": "app_list_unittests", |
| 12 "swarming": { | 12 "swarming": { |
| 13 "can_use_on_swarming_builders": true | 13 "can_use_on_swarming_builders": true |
| 14 } | 14 } |
| 15 }, | 15 }, |
| 16 "app_shell_browsertests", | 16 "extensions_browsertests", |
|
Yoyo Zhou
2015/01/21 23:47:01
nit: I think these should be kept in alphabetical
Ken Rockot(use gerrit already)
2015/01/22 00:22:48
Done.
| |
| 17 "app_shell_unittests", | 17 "app_shell_unittests", |
| 18 "aura_unittests", | 18 "aura_unittests", |
| 19 { | 19 { |
| 20 "test": "base_unittests", | 20 "test": "base_unittests", |
| 21 "swarming": { | 21 "swarming": { |
| 22 "can_use_on_swarming_builders": true | 22 "can_use_on_swarming_builders": true |
| 23 } | 23 } |
| 24 }, | 24 }, |
| 25 { | 25 { |
| 26 "test": "browser_tests", | 26 "test": "browser_tests", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 174 "swarming": { | 174 "swarming": { |
| 175 "can_use_on_swarming_builders": true | 175 "can_use_on_swarming_builders": true |
| 176 } | 176 } |
| 177 }, | 177 }, |
| 178 { | 178 { |
| 179 "test": "app_list_unittests", | 179 "test": "app_list_unittests", |
| 180 "swarming": { | 180 "swarming": { |
| 181 "can_use_on_swarming_builders": true | 181 "can_use_on_swarming_builders": true |
| 182 } | 182 } |
| 183 }, | 183 }, |
| 184 "app_shell_browsertests", | 184 "extensions_browsertests", |
| 185 "app_shell_unittests", | 185 "app_shell_unittests", |
| 186 "aura_unittests", | 186 "aura_unittests", |
| 187 { | 187 { |
| 188 "test": "base_unittests", | 188 "test": "base_unittests", |
| 189 "swarming": { | 189 "swarming": { |
| 190 "can_use_on_swarming_builders": true | 190 "can_use_on_swarming_builders": true |
| 191 } | 191 } |
| 192 }, | 192 }, |
| 193 { | 193 { |
| 194 "test": "browser_tests", | 194 "test": "browser_tests", |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 322 "swarming": { | 322 "swarming": { |
| 323 "can_use_on_swarming_builders": true | 323 "can_use_on_swarming_builders": true |
| 324 } | 324 } |
| 325 }, | 325 }, |
| 326 { | 326 { |
| 327 "test": "app_list_unittests", | 327 "test": "app_list_unittests", |
| 328 "swarming": { | 328 "swarming": { |
| 329 "can_use_on_swarming_builders": true | 329 "can_use_on_swarming_builders": true |
| 330 } | 330 } |
| 331 }, | 331 }, |
| 332 "app_shell_browsertests", | 332 "extensions_browsertests", |
| 333 "app_shell_unittests", | 333 "app_shell_unittests", |
| 334 "aura_unittests", | 334 "aura_unittests", |
| 335 { | 335 { |
| 336 "test": "base_unittests", | 336 "test": "base_unittests", |
| 337 "swarming": { | 337 "swarming": { |
| 338 "can_use_on_swarming_builders": true | 338 "can_use_on_swarming_builders": true |
| 339 } | 339 } |
| 340 }, | 340 }, |
| 341 { | 341 { |
| 342 "test": "browser_tests", | 342 "test": "browser_tests", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 498 "nacl_loader_unittests", | 498 "nacl_loader_unittests", |
| 499 "sandbox_linux_unittests", | 499 "sandbox_linux_unittests", |
| 500 "sql_unittests", | 500 "sql_unittests", |
| 501 "sync_unit_tests", | 501 "sync_unit_tests", |
| 502 "ui_base_unittests", | 502 "ui_base_unittests", |
| 503 "unit_tests", | 503 "unit_tests", |
| 504 "skia_unittests" | 504 "skia_unittests" |
| 505 ] | 505 ] |
| 506 } | 506 } |
| 507 } | 507 } |
| OLD | NEW |