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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 "sandbox_mac_unittests", | 276 "sandbox_mac_unittests", |
277 "sql_unittests", | 277 "sql_unittests", |
278 "sync_integration_tests", | 278 "sync_integration_tests", |
279 "sync_unit_tests", | 279 "sync_unit_tests", |
280 "ui_unittests", | 280 "ui_unittests", |
281 "unit_tests", | 281 "unit_tests", |
282 "url_unittests", | 282 "url_unittests", |
283 "browser_tests" | 283 "browser_tests" |
284 ] | 284 ] |
285 }, | 285 }, |
| 286 "Linux ChromiumOS Athena Tests (1)": { |
| 287 "gtest_tests": [ |
| 288 { |
| 289 "test": "athena_unittests", |
| 290 "swarming": { |
| 291 "can_use_on_swarming_builders": true |
| 292 } |
| 293 }, |
| 294 { |
| 295 "test": "browser_tests", |
| 296 "swarming": { |
| 297 "can_use_on_swarming_builders": true, |
| 298 "shards": 5 |
| 299 } |
| 300 } |
| 301 ] |
| 302 }, |
286 "Site Isolation Linux": { | 303 "Site Isolation Linux": { |
287 "gtest_tests": [ | 304 "gtest_tests": [ |
288 { "test": "content_unittests", "args": ["--site-per-process"] }, | 305 { "test": "content_unittests", "args": ["--site-per-process"] }, |
289 { "test": "content_browsertests", "args": ["--site-per-process"] } | 306 { "test": "content_browsertests", "args": ["--site-per-process"] } |
290 ] | 307 ] |
291 }, | 308 }, |
292 "Site Isolation Win": { | 309 "Site Isolation Win": { |
293 "gtest_tests": [ | 310 "gtest_tests": [ |
294 { "test": "content_unittests", "args": ["--site-per-process"] }, | 311 { "test": "content_unittests", "args": ["--site-per-process"] }, |
295 { "test": "content_browsertests", "args": ["--site-per-process"] } | 312 { "test": "content_browsertests", "args": ["--site-per-process"] } |
296 ] | 313 ] |
297 } | 314 } |
298 } | 315 } |
OLD | NEW |