| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux Tests": { | 2 "Linux Tests": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | 4 { |
| 5 "app_list_unittests", | 5 "test": "accessibility_unittests", |
| 6 "swarming": { |
| 7 "can_use_on_swarming_builders": true |
| 8 } |
| 9 }, |
| 10 { |
| 11 "test": "app_list_unittests", |
| 12 "swarming": { |
| 13 "can_use_on_swarming_builders": true |
| 14 } |
| 15 }, |
| 6 "app_shell_browsertests", | 16 "app_shell_browsertests", |
| 7 "app_shell_unittests", | 17 "app_shell_unittests", |
| 8 "aura_unittests", | 18 "aura_unittests", |
| 9 { | 19 { |
| 10 "test": "base_unittests", | 20 "test": "base_unittests", |
| 11 "swarming": { | 21 "swarming": { |
| 12 "can_use_on_swarming_builders": true | 22 "can_use_on_swarming_builders": true |
| 13 } | 23 } |
| 14 }, | 24 }, |
| 15 { | 25 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 34 { | 44 { |
| 35 "test": "content_unittests", | 45 "test": "content_unittests", |
| 36 "swarming": { | 46 "swarming": { |
| 37 "can_use_on_swarming_builders": true | 47 "can_use_on_swarming_builders": true |
| 38 } | 48 } |
| 39 }, | 49 }, |
| 40 "crypto_unittests", | 50 "crypto_unittests", |
| 41 "dbus_unittests", | 51 "dbus_unittests", |
| 42 "device_unittests", | 52 "device_unittests", |
| 43 "display_unittests", | 53 "display_unittests", |
| 44 "events_unittests", | 54 { |
| 55 "test": "events_unittests", |
| 56 "swarming": { |
| 57 "can_use_on_swarming_builders": true |
| 58 } |
| 59 }, |
| 45 "extensions_unittests", | 60 "extensions_unittests", |
| 46 "gcm_unit_tests", | 61 "gcm_unit_tests", |
| 47 "gfx_unittests", | 62 { |
| 63 "test": "gfx_unittests", |
| 64 "swarming": { |
| 65 "can_use_on_swarming_builders": true |
| 66 } |
| 67 }, |
| 48 "google_apis_unittests", | 68 "google_apis_unittests", |
| 49 "gpu_unittests", | 69 "gpu_unittests", |
| 50 { | 70 { |
| 51 "test": "interactive_ui_tests", | 71 "test": "interactive_ui_tests", |
| 52 "swarming": { | 72 "swarming": { |
| 53 "can_use_on_swarming_builders": true | 73 "can_use_on_swarming_builders": true |
| 54 } | 74 } |
| 55 }, | 75 }, |
| 56 "ipc_mojo_unittests", | 76 "ipc_mojo_unittests", |
| 57 "ipc_tests", | 77 "ipc_tests", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 68 "test": "net_unittests", | 88 "test": "net_unittests", |
| 69 "swarming": { | 89 "swarming": { |
| 70 "can_use_on_swarming_builders": true | 90 "can_use_on_swarming_builders": true |
| 71 } | 91 } |
| 72 }, | 92 }, |
| 73 "ppapi_unittests", | 93 "ppapi_unittests", |
| 74 "printing_unittests", | 94 "printing_unittests", |
| 75 "remoting_unittests", | 95 "remoting_unittests", |
| 76 "sandbox_linux_unittests", | 96 "sandbox_linux_unittests", |
| 77 "sql_unittests", | 97 "sql_unittests", |
| 78 "ui_base_unittests", | 98 { |
| 99 "test": "ui_base_unittests", |
| 100 "swarming": { |
| 101 "can_use_on_swarming_builders": true |
| 102 } |
| 103 }, |
| 79 "ui_touch_selection_unittests", | 104 "ui_touch_selection_unittests", |
| 80 { | 105 { |
| 81 "test": "sync_integration_tests", | 106 "test": "sync_integration_tests", |
| 82 "swarming": { | 107 "swarming": { |
| 83 "can_use_on_swarming_builders": true | 108 "can_use_on_swarming_builders": true |
| 84 } | 109 } |
| 85 }, | 110 }, |
| 86 "sync_unit_tests", | 111 "sync_unit_tests", |
| 87 { | 112 { |
| 88 "test": "unit_tests", | 113 "test": "unit_tests", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 104 "script": "telemetry_perf_unittests.py" | 129 "script": "telemetry_perf_unittests.py" |
| 105 }, | 130 }, |
| 106 { | 131 { |
| 107 "name": "nacl_integration", | 132 "name": "nacl_integration", |
| 108 "script": "nacl_integration.py" | 133 "script": "nacl_integration.py" |
| 109 } | 134 } |
| 110 ] | 135 ] |
| 111 }, | 136 }, |
| 112 "Linux Tests (dbg)(1)(32)": { | 137 "Linux Tests (dbg)(1)(32)": { |
| 113 "gtest_tests": [ | 138 "gtest_tests": [ |
| 114 "accessibility_unittests", | 139 { |
| 115 "app_list_unittests", | 140 "test": "accessibility_unittests", |
| 141 "swarming": { |
| 142 "can_use_on_swarming_builders": true |
| 143 } |
| 144 }, |
| 145 { |
| 146 "test": "app_list_unittests", |
| 147 "swarming": { |
| 148 "can_use_on_swarming_builders": true |
| 149 } |
| 150 }, |
| 116 "app_shell_browsertests", | 151 "app_shell_browsertests", |
| 117 "app_shell_unittests", | 152 "app_shell_unittests", |
| 118 "aura_unittests", | 153 "aura_unittests", |
| 119 { | 154 { |
| 120 "test": "base_unittests", | 155 "test": "base_unittests", |
| 121 "swarming": { | 156 "swarming": { |
| 122 "can_use_on_swarming_builders": true | 157 "can_use_on_swarming_builders": true |
| 123 } | 158 } |
| 124 }, | 159 }, |
| 125 { | 160 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 144 { | 179 { |
| 145 "test": "content_unittests", | 180 "test": "content_unittests", |
| 146 "swarming": { | 181 "swarming": { |
| 147 "can_use_on_swarming_builders": true | 182 "can_use_on_swarming_builders": true |
| 148 } | 183 } |
| 149 }, | 184 }, |
| 150 "crypto_unittests", | 185 "crypto_unittests", |
| 151 "dbus_unittests", | 186 "dbus_unittests", |
| 152 "device_unittests", | 187 "device_unittests", |
| 153 "display_unittests", | 188 "display_unittests", |
| 154 "events_unittests", | 189 { |
| 190 "test": "events_unittests", |
| 191 "swarming": { |
| 192 "can_use_on_swarming_builders": true |
| 193 } |
| 194 }, |
| 155 "extensions_unittests", | 195 "extensions_unittests", |
| 156 "gcm_unit_tests", | 196 "gcm_unit_tests", |
| 157 "gfx_unittests", | 197 { |
| 198 "test": "gfx_unittests", |
| 199 "swarming": { |
| 200 "can_use_on_swarming_builders": true |
| 201 } |
| 202 }, |
| 158 "google_apis_unittests", | 203 "google_apis_unittests", |
| 159 "gpu_unittests", | 204 "gpu_unittests", |
| 160 { | 205 { |
| 161 "test": "interactive_ui_tests", | 206 "test": "interactive_ui_tests", |
| 162 "swarming": { | 207 "swarming": { |
| 163 "can_use_on_swarming_builders": true | 208 "can_use_on_swarming_builders": true |
| 164 } | 209 } |
| 165 }, | 210 }, |
| 166 "ipc_mojo_unittests", | 211 "ipc_mojo_unittests", |
| 167 "ipc_tests", | 212 "ipc_tests", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 178 "test": "net_unittests", | 223 "test": "net_unittests", |
| 179 "swarming": { | 224 "swarming": { |
| 180 "can_use_on_swarming_builders": true | 225 "can_use_on_swarming_builders": true |
| 181 } | 226 } |
| 182 }, | 227 }, |
| 183 "ppapi_unittests", | 228 "ppapi_unittests", |
| 184 "printing_unittests", | 229 "printing_unittests", |
| 185 "remoting_unittests", | 230 "remoting_unittests", |
| 186 "sandbox_linux_unittests", | 231 "sandbox_linux_unittests", |
| 187 "sql_unittests", | 232 "sql_unittests", |
| 188 "ui_base_unittests", | 233 { |
| 234 "test": "ui_base_unittests", |
| 235 "swarming": { |
| 236 "can_use_on_swarming_builders": true |
| 237 } |
| 238 }, |
| 189 "ui_touch_selection_unittests", | 239 "ui_touch_selection_unittests", |
| 190 { | 240 { |
| 191 "test": "sync_integration_tests", | 241 "test": "sync_integration_tests", |
| 192 "swarming": { | 242 "swarming": { |
| 193 "can_use_on_swarming_builders": true | 243 "can_use_on_swarming_builders": true |
| 194 } | 244 } |
| 195 }, | 245 }, |
| 196 "sync_unit_tests", | 246 "sync_unit_tests", |
| 197 { | 247 { |
| 198 "test": "unit_tests", | 248 "test": "unit_tests", |
| 199 "swarming": { | 249 "swarming": { |
| 200 "can_use_on_swarming_builders": true | 250 "can_use_on_swarming_builders": true |
| 201 } | 251 } |
| 202 }, | 252 }, |
| 203 "url_unittests", | 253 "url_unittests", |
| 204 "views_unittests", | 254 "views_unittests", |
| 205 "wm_unittests" | 255 "wm_unittests" |
| 206 ], | 256 ], |
| 207 "scripts": [ | 257 "scripts": [ |
| 208 { | 258 { |
| 209 "name": "nacl_integration", | 259 "name": "nacl_integration", |
| 210 "script": "nacl_integration.py" | 260 "script": "nacl_integration.py" |
| 211 } | 261 } |
| 212 ] | 262 ] |
| 213 }, | 263 }, |
| 214 "Linux Tests (dbg)(1)": { | 264 "Linux Tests (dbg)(1)": { |
| 215 "gtest_tests": [ | 265 "gtest_tests": [ |
| 216 "accessibility_unittests", | 266 { |
| 217 "app_list_unittests", | 267 "test": "accessibility_unittests", |
| 268 "swarming": { |
| 269 "can_use_on_swarming_builders": true |
| 270 } |
| 271 }, |
| 272 { |
| 273 "test": "app_list_unittests", |
| 274 "swarming": { |
| 275 "can_use_on_swarming_builders": true |
| 276 } |
| 277 }, |
| 218 "app_shell_browsertests", | 278 "app_shell_browsertests", |
| 219 "app_shell_unittests", | 279 "app_shell_unittests", |
| 220 "aura_unittests", | 280 "aura_unittests", |
| 221 { | 281 { |
| 222 "test": "base_unittests", | 282 "test": "base_unittests", |
| 223 "swarming": { | 283 "swarming": { |
| 224 "can_use_on_swarming_builders": true | 284 "can_use_on_swarming_builders": true |
| 225 } | 285 } |
| 226 }, | 286 }, |
| 227 { | 287 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 246 { | 306 { |
| 247 "test": "content_unittests", | 307 "test": "content_unittests", |
| 248 "swarming": { | 308 "swarming": { |
| 249 "can_use_on_swarming_builders": true | 309 "can_use_on_swarming_builders": true |
| 250 } | 310 } |
| 251 }, | 311 }, |
| 252 "crypto_unittests", | 312 "crypto_unittests", |
| 253 "dbus_unittests", | 313 "dbus_unittests", |
| 254 "device_unittests", | 314 "device_unittests", |
| 255 "display_unittests", | 315 "display_unittests", |
| 256 "events_unittests", | 316 { |
| 317 "test": "events_unittests", |
| 318 "swarming": { |
| 319 "can_use_on_swarming_builders": true |
| 320 } |
| 321 }, |
| 257 "extensions_unittests", | 322 "extensions_unittests", |
| 258 "gcm_unit_tests", | 323 "gcm_unit_tests", |
| 259 "gfx_unittests", | 324 { |
| 325 "test": "gfx_unittests", |
| 326 "swarming": { |
| 327 "can_use_on_swarming_builders": true |
| 328 } |
| 329 }, |
| 260 "google_apis_unittests", | 330 "google_apis_unittests", |
| 261 "gpu_unittests", | 331 "gpu_unittests", |
| 262 { | 332 { |
| 263 "test": "interactive_ui_tests", | 333 "test": "interactive_ui_tests", |
| 264 "swarming": { | 334 "swarming": { |
| 265 "can_use_on_swarming_builders": true, | 335 "can_use_on_swarming_builders": true, |
| 266 "shards": 3 | 336 "shards": 3 |
| 267 } | 337 } |
| 268 }, | 338 }, |
| 269 "ipc_mojo_unittests", | 339 "ipc_mojo_unittests", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 284 } | 354 } |
| 285 }, | 355 }, |
| 286 "ppapi_unittests", | 356 "ppapi_unittests", |
| 287 "printing_unittests", | 357 "printing_unittests", |
| 288 "remoting_unittests", | 358 "remoting_unittests", |
| 289 { | 359 { |
| 290 "test": "sandbox_linux_unittests", | 360 "test": "sandbox_linux_unittests", |
| 291 "args": ["--test-launcher-print-test-stdio=always"] | 361 "args": ["--test-launcher-print-test-stdio=always"] |
| 292 }, | 362 }, |
| 293 "sql_unittests", | 363 "sql_unittests", |
| 294 "ui_base_unittests", | 364 { |
| 365 "test": "ui_base_unittests", |
| 366 "swarming": { |
| 367 "can_use_on_swarming_builders": true |
| 368 } |
| 369 }, |
| 295 "ui_touch_selection_unittests", | 370 "ui_touch_selection_unittests", |
| 296 { | 371 { |
| 297 "test": "sync_integration_tests", | 372 "test": "sync_integration_tests", |
| 298 "swarming": { | 373 "swarming": { |
| 299 "can_use_on_swarming_builders": true | 374 "can_use_on_swarming_builders": true |
| 300 } | 375 } |
| 301 }, | 376 }, |
| 302 "sync_unit_tests", | 377 "sync_unit_tests", |
| 303 { | 378 { |
| 304 "test": "unit_tests", | 379 "test": "unit_tests", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "mojo_system_unittests", | 422 "mojo_system_unittests", |
| 348 "nacl_loader_unittests", | 423 "nacl_loader_unittests", |
| 349 "sandbox_linux_unittests", | 424 "sandbox_linux_unittests", |
| 350 "sql_unittests", | 425 "sql_unittests", |
| 351 "sync_unit_tests", | 426 "sync_unit_tests", |
| 352 "ui_base_unittests", | 427 "ui_base_unittests", |
| 353 "unit_tests" | 428 "unit_tests" |
| 354 ] | 429 ] |
| 355 } | 430 } |
| 356 } | 431 } |
| OLD | NEW |