| { |
| "Mac10.6 Tests": { |
| "gtest_tests": [ |
| "accessibility_unittests", |
| "app_list_unittests", |
| { |
| "test": "base_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| { |
| "test": "browser_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true, |
| "shards": 5 |
| } |
| }, |
| "cacheinvalidation_unittests", |
| "cast_unittests", |
| "cc_unittests", |
| "chromedriver_unittests", |
| "components_unittests", |
| { |
| "test": "content_browsertests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| { |
| "test": "content_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "crypto_unittests", |
| "extensions_unittests", |
| "gcm_unit_tests", |
| "gfx_unittests", |
| "gpu_unittests", |
| "google_apis_unittests", |
| { |
| "test": "interactive_ui_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "ipc_tests", |
| "jingle_unittests", |
| "media_unittests", |
| "message_center_unittests", |
| "mojo_common_unittests", |
| "mojo_public_bindings_unittests", |
| "mojo_public_environment_unittests", |
| "mojo_public_system_unittests", |
| "mojo_public_utility_unittests", |
| "mojo_system_unittests", |
| { |
| "test": "net_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "ppapi_unittests", |
| "printing_unittests", |
| "remoting_unittests", |
| "sandbox_mac_unittests", |
| "sql_unittests", |
| { |
| "test": "sync_integration_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "sync_unit_tests", |
| "ui_base_unittests", |
| { |
| "test": "unit_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "url_unittests" |
| ], |
| "scripts": [ |
| { |
| "name": "telemetry_unittests", |
| "script": "telemetry_unittests.py" |
| }, |
| { |
| "name": "telemetry_perf_unittests", |
| "script": "telemetry_perf_unittests.py" |
| }, |
| { |
| "name": "nacl_integration", |
| "script": "nacl_integration.py" |
| } |
| ] |
| }, |
| "Mac10.8 Tests": { |
| "gtest_tests": [ |
| "accessibility_unittests", |
| "app_list_unittests", |
| { |
| "test": "base_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| { |
| "test": "browser_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true, |
| "shards": 5 |
| } |
| }, |
| "cacheinvalidation_unittests", |
| "cast_unittests", |
| "cc_unittests", |
| "chromedriver_unittests", |
| "components_unittests", |
| { |
| "test": "content_browsertests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| { |
| "test": "content_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "crypto_unittests", |
| "extensions_unittests", |
| "gcm_unit_tests", |
| "gfx_unittests", |
| "gpu_unittests", |
| "google_apis_unittests", |
| { |
| "test": "interactive_ui_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "ipc_tests", |
| "jingle_unittests", |
| "media_unittests", |
| "message_center_unittests", |
| "mojo_common_unittests", |
| "mojo_public_bindings_unittests", |
| "mojo_public_environment_unittests", |
| "mojo_public_system_unittests", |
| "mojo_public_utility_unittests", |
| "mojo_system_unittests", |
| { |
| "test": "net_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "ppapi_unittests", |
| "printing_unittests", |
| "remoting_unittests", |
| "sandbox_mac_unittests", |
| "sql_unittests", |
| { |
| "test": "sync_integration_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "sync_unit_tests", |
| "ui_base_unittests", |
| { |
| "test": "unit_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "url_unittests" |
| ], |
| "scripts": [ |
| { |
| "name": "telemetry_unittests", |
| "script": "telemetry_unittests.py" |
| }, |
| { |
| "name": "telemetry_perf_unittests", |
| "script": "telemetry_perf_unittests.py" |
| }, |
| { |
| "name": "nacl_integration", |
| "script": "nacl_integration.py" |
| } |
| ] |
| }, |
| "Mac10.9 Tests": { |
| "gtest_tests": [ |
| "accessibility_unittests", |
| "app_list_unittests", |
| { |
| "test": "base_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| { |
| "test": "browser_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true, |
| "shards": 10 |
| } |
| }, |
| "cacheinvalidation_unittests", |
| "cast_unittests", |
| "cc_unittests", |
| "chromedriver_unittests", |
| "components_unittests", |
| { |
| "test": "content_browsertests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| { |
| "test": "content_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "crypto_unittests", |
| "extensions_unittests", |
| "gcm_unit_tests", |
| "gfx_unittests", |
| "gpu_unittests", |
| "google_apis_unittests", |
| { |
| "test": "interactive_ui_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "ipc_tests", |
| "jingle_unittests", |
| "media_unittests", |
| "message_center_unittests", |
| "mojo_common_unittests", |
| "mojo_public_bindings_unittests", |
| "mojo_public_environment_unittests", |
| "mojo_public_system_unittests", |
| "mojo_public_utility_unittests", |
| "mojo_system_unittests", |
| { |
| "test": "net_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "ppapi_unittests", |
| "printing_unittests", |
| "remoting_unittests", |
| "sandbox_mac_unittests", |
| "sql_unittests", |
| { |
| "test": "sync_integration_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "sync_unit_tests", |
| "ui_base_unittests", |
| { |
| "test": "unit_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "url_unittests" |
| ], |
| "scripts": [ |
| { |
| "name": "nacl_integration", |
| "script": "nacl_integration.py" |
| } |
| ] |
| }, |
| "Mac10.9 Tests (dbg)": { |
| "gtest_tests": [ |
| "accessibility_unittests", |
| "app_list_unittests", |
| { |
| "test": "base_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| { |
| "test": "browser_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true, |
| "shards": 10 |
| } |
| }, |
| "cacheinvalidation_unittests", |
| "cast_unittests", |
| "cc_unittests", |
| "chromedriver_unittests", |
| "components_unittests", |
| { |
| "test": "content_browsertests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| { |
| "test": "content_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "crypto_unittests", |
| "extensions_unittests", |
| "gcm_unit_tests", |
| "gfx_unittests", |
| "gpu_unittests", |
| "google_apis_unittests", |
| { |
| "test": "interactive_ui_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true, |
| "shards": 2 |
| } |
| }, |
| "ipc_tests", |
| "jingle_unittests", |
| "media_unittests", |
| "message_center_unittests", |
| "mojo_common_unittests", |
| "mojo_public_bindings_unittests", |
| "mojo_public_environment_unittests", |
| "mojo_public_system_unittests", |
| "mojo_public_utility_unittests", |
| "mojo_system_unittests", |
| { |
| "test": "net_unittests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "ppapi_unittests", |
| "printing_unittests", |
| "remoting_unittests", |
| "sandbox_mac_unittests", |
| "sql_unittests", |
| { |
| "test": "sync_integration_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "sync_unit_tests", |
| "ui_base_unittests", |
| { |
| "test": "unit_tests", |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| } |
| }, |
| "url_unittests" |
| ], |
| "scripts": [ |
| { |
| "name": "nacl_integration", |
| "script": "nacl_integration.py" |
| } |
| ] |
| } |
| } |