| OLD | NEW |
| 1 { | 1 { |
| 2 "compile_targets": [ | 2 "compile_targets": [ |
| 3 "all" | 3 "all" |
| 4 ], | 4 ], |
| 5 "gtest_tests": [ | 5 "gtest_tests": [ |
| 6 "accessibility_unittests", | 6 { |
| 7 "test": "accessibility_unittests", |
| 8 "swarming": { |
| 9 "can_use_on_swarming_builders": true |
| 10 } |
| 11 }, |
| 7 { | 12 { |
| 8 "test": "app_installer_unittests", | 13 "test": "app_installer_unittests", |
| 9 "platforms": ["win"] | 14 "platforms": ["win"] |
| 10 }, | 15 }, |
| 11 "app_list_unittests", | 16 { |
| 17 "test": "app_list_unittests", |
| 18 "swarming": { |
| 19 "can_use_on_swarming_builders": true |
| 20 } |
| 21 }, |
| 12 { | 22 { |
| 13 "test": "ash_unittests", | 23 "test": "ash_unittests", |
| 14 "chromium_configs": [ | 24 "chromium_configs": [ |
| 15 "chromium_chromeos", | 25 "chromium_chromeos", |
| 16 "chromium_chromeos_clang", | 26 "chromium_chromeos_clang", |
| 17 "chromium_chromeos_ozone" | 27 "chromium_chromeos_ozone" |
| 18 ], | 28 ], |
| 19 "swarming": { | 29 "swarming": { |
| 20 "can_use_on_swarming_builders": true | 30 "can_use_on_swarming_builders": true |
| 21 } | 31 } |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "swarming": { | 87 "swarming": { |
| 78 "can_use_on_swarming_builders": true | 88 "can_use_on_swarming_builders": true |
| 79 } | 89 } |
| 80 }, | 90 }, |
| 81 "crypto_unittests", | 91 "crypto_unittests", |
| 82 { | 92 { |
| 83 "test": "dbus_unittests", | 93 "test": "dbus_unittests", |
| 84 "platforms": ["linux"] | 94 "platforms": ["linux"] |
| 85 }, | 95 }, |
| 86 "device_unittests", | 96 "device_unittests", |
| 87 "events_unittests", | 97 { |
| 98 "test": "events_unittests", |
| 99 "swarming": { |
| 100 "can_use_on_swarming_builders": true |
| 101 } |
| 102 }, |
| 88 { | 103 { |
| 89 "test": "extensions_unittests", | 104 "test": "extensions_unittests", |
| 90 "platforms": ["win", "mac", "linux"] | 105 "platforms": ["win", "mac", "linux"] |
| 91 }, | 106 }, |
| 92 "gcm_unit_tests", | 107 "gcm_unit_tests", |
| 93 "gfx_unittests", | 108 { |
| 109 "test": "gfx_unittests", |
| 110 "swarming": { |
| 111 "can_use_on_swarming_builders": true |
| 112 } |
| 113 }, |
| 94 "google_apis_unittests", | 114 "google_apis_unittests", |
| 95 "gpu_unittests", | 115 "gpu_unittests", |
| 96 { | 116 { |
| 97 "test": "interactive_ui_tests", | 117 "test": "interactive_ui_tests", |
| 98 "swarming": { | 118 "swarming": { |
| 99 "can_use_on_swarming_builders": true, | 119 "can_use_on_swarming_builders": true, |
| 100 "shards": 3 | 120 "shards": 3 |
| 101 } | 121 } |
| 102 }, | 122 }, |
| 103 { | 123 { |
| 104 "test": "installer_util_unittests", | 124 "test": "installer_util_unittests", |
| 105 "platforms": ["win"] | 125 "platforms": ["win"] |
| 106 }, | 126 }, |
| 107 { | 127 { |
| 108 "test": "ipc_mojo_unittests", | 128 "test": "ipc_mojo_unittests", |
| 109 "platforms": ["linux"] | 129 "platforms": ["linux"] |
| 110 }, | 130 }, |
| 111 "ipc_tests", | 131 "ipc_tests", |
| 112 "jingle_unittests", | 132 "jingle_unittests", |
| 113 { | 133 { |
| 114 "test": "keyboard_unittests", | 134 "test": "keyboard_unittests", |
| 115 "platforms": ["linux", "win"] | 135 "platforms": ["linux", "win"] |
| 116 }, | 136 }, |
| 117 "media_perftests", | 137 "media_perftests", |
| 118 "media_unittests", | 138 "media_unittests", |
| 119 "message_center_unittests", | 139 { |
| 140 "test": "message_center_unittests", |
| 141 "swarming": { |
| 142 "can_use_on_swarming_builders": true |
| 143 } |
| 144 }, |
| 120 "mojo_common_unittests", | 145 "mojo_common_unittests", |
| 121 "mojo_public_bindings_unittests", | 146 "mojo_public_bindings_unittests", |
| 122 "mojo_public_environment_unittests", | 147 "mojo_public_environment_unittests", |
| 123 "mojo_public_system_unittests", | 148 "mojo_public_system_unittests", |
| 124 "mojo_public_utility_unittests", | 149 "mojo_public_utility_unittests", |
| 125 "mojo_system_unittests", | 150 "mojo_system_unittests", |
| 126 { | 151 { |
| 127 "test": "nacl_loader_unittests", | 152 "test": "nacl_loader_unittests", |
| 128 "platforms": ["linux"] | 153 "platforms": ["linux"] |
| 129 }, | 154 }, |
| (...skipping 20 matching lines...) Expand all Loading... |
| 150 }, | 175 }, |
| 151 "sql_unittests", | 176 "sql_unittests", |
| 152 { | 177 { |
| 153 "test": "sync_integration_tests", | 178 "test": "sync_integration_tests", |
| 154 "swarming": { | 179 "swarming": { |
| 155 "can_use_on_swarming_builders": true, | 180 "can_use_on_swarming_builders": true, |
| 156 "shards": 3 | 181 "shards": 3 |
| 157 } | 182 } |
| 158 }, | 183 }, |
| 159 "sync_unit_tests", | 184 "sync_unit_tests", |
| 160 "ui_base_unittests", | 185 { |
| 186 "test": "ui_base_unittests", |
| 187 "swarming": { |
| 188 "can_use_on_swarming_builders": true |
| 189 } |
| 190 }, |
| 161 { | 191 { |
| 162 "test": "unit_tests", | 192 "test": "unit_tests", |
| 163 "swarming": { | 193 "swarming": { |
| 164 "can_use_on_swarming_builders": true, | 194 "can_use_on_swarming_builders": true, |
| 165 "shards": 2 | 195 "shards": 2 |
| 166 } | 196 } |
| 167 }, | 197 }, |
| 168 { | 198 { |
| 169 "test": "ui_chromeos_unittests", | 199 "test": "ui_chromeos_unittests", |
| 170 "platforms": ["linux"], | 200 "platforms": ["linux"], |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "non_filter_tests_builders": [ | 269 "non_filter_tests_builders": [ |
| 240 ], | 270 ], |
| 241 | 271 |
| 242 "filter_compile_builders": [ | 272 "filter_compile_builders": [ |
| 243 "win_chromium_compile_dbg", | 273 "win_chromium_compile_dbg", |
| 244 "win_chromium_rel_swarming", | 274 "win_chromium_rel_swarming", |
| 245 "win_chromium_x64_rel_swarming", | 275 "win_chromium_x64_rel_swarming", |
| 246 "win8_chromium_rel" | 276 "win8_chromium_rel" |
| 247 ] | 277 ] |
| 248 } | 278 } |
| OLD | NEW |