OLD | NEW |
1 { | 1 { |
2 "Linux Tests": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ |
| 4 "chrome_shell_apk" |
| 5 ], |
| 6 "gtest_tests": [] |
| 7 }, |
| 8 "Android Tests": { |
| 9 "scripts": [ |
| 10 { |
| 11 "name": "webview_licenses", |
| 12 "script": "webview_licenses.py" |
| 13 } |
| 14 ] |
| 15 }, |
| 16 "Android Tests (dbg)": { |
| 17 "scripts": [ |
| 18 { |
| 19 "name": "webview_licenses", |
| 20 "script": "webview_licenses.py" |
| 21 } |
| 22 ] |
| 23 }, |
| 24 "Linux Clang (dbg)": { |
3 "gtest_tests": [ | 25 "gtest_tests": [ |
4 { | 26 { |
5 "test": "accessibility_unittests", | 27 "swarming": { |
6 "swarming": { | 28 "can_use_on_swarming_builders": true |
7 "can_use_on_swarming_builders": true | 29 }, |
8 } | 30 "test": "accessibility_unittests" |
9 }, | 31 }, |
10 { | 32 { |
11 "test": "app_list_unittests", | 33 "test": "app_shell_unittests" |
12 "swarming": { | 34 }, |
13 "can_use_on_swarming_builders": true | 35 { |
14 } | 36 "test": "base_unittests" |
15 }, | 37 }, |
16 "app_shell_unittests", | 38 { |
| 39 "test": "components_unittests" |
| 40 }, |
| 41 { |
| 42 "test": "content_unittests" |
| 43 }, |
| 44 { |
| 45 "test": "crypto_unittests" |
| 46 }, |
| 47 { |
| 48 "test": "device_unittests" |
| 49 }, |
| 50 { |
| 51 "test": "display_unittests" |
| 52 }, |
| 53 { |
| 54 "test": "extensions_unittests" |
| 55 }, |
| 56 { |
| 57 "test": "gn_unittests" |
| 58 }, |
| 59 { |
| 60 "test": "google_apis_unittests" |
| 61 }, |
| 62 { |
| 63 "test": "ipc_mojo_unittests" |
| 64 }, |
| 65 { |
| 66 "test": "ipc_tests" |
| 67 }, |
| 68 { |
| 69 "test": "mojo_common_unittests" |
| 70 }, |
| 71 { |
| 72 "test": "mojo_public_bindings_unittests" |
| 73 }, |
| 74 { |
| 75 "test": "mojo_public_environment_unittests" |
| 76 }, |
| 77 { |
| 78 "test": "mojo_public_system_unittests" |
| 79 }, |
| 80 { |
| 81 "test": "mojo_public_utility_unittests" |
| 82 }, |
| 83 { |
| 84 "test": "mojo_system_unittests" |
| 85 }, |
| 86 { |
| 87 "test": "nacl_loader_unittests" |
| 88 }, |
| 89 { |
| 90 "test": "sandbox_linux_unittests" |
| 91 }, |
| 92 { |
| 93 "test": "skia_unittests" |
| 94 }, |
| 95 { |
| 96 "test": "sql_unittests" |
| 97 }, |
| 98 { |
| 99 "test": "sync_unit_tests" |
| 100 }, |
| 101 { |
| 102 "test": "ui_base_unittests" |
| 103 }, |
| 104 { |
| 105 "test": "unit_tests" |
| 106 } |
| 107 ] |
| 108 }, |
| 109 "Linux GN": { |
| 110 "additional_compile_targets": [ |
| 111 "accessibility_unittests", |
| 112 "app_list_unittests", |
17 "aura_unittests", | 113 "aura_unittests", |
18 { | 114 "browser_tests", |
19 "test": "base_unittests", | |
20 "swarming": { | |
21 "can_use_on_swarming_builders": true | |
22 } | |
23 }, | |
24 { | |
25 "test": "browser_tests", | |
26 "swarming": { | |
27 "can_use_on_swarming_builders": true, | |
28 "shards": 5 | |
29 } | |
30 }, | |
31 "cacheinvalidation_unittests", | 115 "cacheinvalidation_unittests", |
32 { | 116 "cast_unittests", |
33 "test": "cast_unittests", | 117 "cc_unittests", |
34 "swarming": { | |
35 "can_use_on_swarming_builders": true | |
36 } | |
37 }, | |
38 { | |
39 "test": "cc_unittests", | |
40 "swarming": { | |
41 "can_use_on_swarming_builders": true | |
42 } | |
43 }, | |
44 "chromedriver_unittests", | 118 "chromedriver_unittests", |
45 { | 119 "components_browsertests", |
46 "test": "components_browsertests", | 120 "components_unittests", |
47 "swarming": { | 121 "content_browsertests", |
48 "can_use_on_swarming_builders": true | 122 "content_unittests", |
49 } | 123 "crypto_unittests", |
50 }, | |
51 { | |
52 "test": "components_unittests", | |
53 "swarming": { | |
54 "can_use_on_swarming_builders": true | |
55 } | |
56 }, | |
57 "compositor_unittests", | |
58 { | |
59 "test": "content_browsertests", | |
60 "swarming": { | |
61 "can_use_on_swarming_builders": true | |
62 } | |
63 }, | |
64 { | |
65 "test": "content_unittests", | |
66 "swarming": { | |
67 "can_use_on_swarming_builders": true | |
68 } | |
69 }, | |
70 { | |
71 "test": "crypto_unittests", | |
72 "swarming": { | |
73 "can_use_on_swarming_builders": true | |
74 } | |
75 }, | |
76 "dbus_unittests", | 124 "dbus_unittests", |
77 "device_unittests", | 125 "device_unittests", |
78 "display_unittests", | 126 "display_unittests", |
79 { | 127 "events_unittests", |
80 "test": "events_unittests", | 128 "extensions_browsertests", |
81 "swarming": { | |
82 "can_use_on_swarming_builders": true | |
83 } | |
84 }, | |
85 { | |
86 "test": "extensions_browsertests", | |
87 "swarming": { | |
88 "can_use_on_swarming_builders": true | |
89 } | |
90 }, | |
91 "extensions_unittests", | 129 "extensions_unittests", |
92 "gcm_unit_tests", | 130 "gcm_unit_tests", |
93 { | 131 "gfx_unittests", |
94 "test": "gfx_unittests", | 132 "gn_unittests", |
95 "swarming": { | |
96 "can_use_on_swarming_builders": true | |
97 } | |
98 }, | |
99 "google_apis_unittests", | 133 "google_apis_unittests", |
100 { | 134 "gpu_unittests", |
101 "test": "gpu_unittests", | 135 "interactive_ui_tests", |
102 "swarming": { | |
103 "can_use_on_swarming_builders": true | |
104 } | |
105 }, | |
106 { | |
107 "test": "interactive_ui_tests", | |
108 "swarming": { | |
109 "can_use_on_swarming_builders": true | |
110 } | |
111 }, | |
112 "ipc_mojo_unittests", | 136 "ipc_mojo_unittests", |
113 "ipc_tests", | 137 "ipc_tests", |
114 "jingle_unittests", | 138 "jingle_unittests", |
115 { | 139 "media_unittests", |
116 "test": "media_unittests", | |
117 "swarming": { | |
118 "can_use_on_swarming_builders": true | |
119 } | |
120 }, | |
121 "mojo_common_unittests", | 140 "mojo_common_unittests", |
122 "mojo_public_bindings_unittests", | 141 "mojo_public_bindings_unittests", |
123 "mojo_public_environment_unittests", | 142 "mojo_public_environment_unittests", |
124 "mojo_public_system_unittests", | 143 "mojo_public_system_unittests", |
125 "mojo_public_utility_unittests", | 144 "mojo_public_utility_unittests", |
126 "mojo_system_unittests", | 145 "mojo_system_unittests", |
127 "nacl_loader_unittests", | 146 "nacl_loader_unittests", |
128 { | 147 "net_unittests", |
129 "test": "net_unittests", | |
130 "swarming": { | |
131 "can_use_on_swarming_builders": true | |
132 } | |
133 }, | |
134 "ppapi_unittests", | 148 "ppapi_unittests", |
135 "printing_unittests", | 149 "printing_unittests", |
136 "remoting_unittests", | 150 "remoting_unittests", |
137 "sandbox_linux_unittests", | 151 "sandbox_linux_unittests", |
| 152 "skia_unittests", |
138 "sql_unittests", | 153 "sql_unittests", |
139 { | 154 "sync_integration_tests", |
140 "test": "ui_base_unittests", | |
141 "swarming": { | |
142 "can_use_on_swarming_builders": true | |
143 } | |
144 }, | |
145 { | |
146 "test": "ui_touch_selection_unittests", | |
147 "swarming": { | |
148 "can_use_on_swarming_builders": true | |
149 } | |
150 }, | |
151 { | |
152 "test": "sync_integration_tests", | |
153 "swarming": { | |
154 "can_use_on_swarming_builders": true | |
155 } | |
156 }, | |
157 "sync_unit_tests", | 155 "sync_unit_tests", |
158 { | 156 "ui_base_unittests", |
159 "test": "unit_tests", | 157 "ui_touch_selection_unittests", |
160 "swarming": { | 158 "unit_tests", |
161 "can_use_on_swarming_builders": true | |
162 } | |
163 }, | |
164 "url_unittests", | 159 "url_unittests", |
165 "views_unittests", | 160 "views_unittests", |
166 "wm_unittests", | 161 "wm_unittests" |
167 "skia_unittests" | 162 ], |
| 163 "gtest_tests": [ |
| 164 { |
| 165 "test": "base_unittests" |
| 166 } |
| 167 ] |
| 168 }, |
| 169 "Linux GN (dbg)": { |
| 170 "additional_compile_targets": [ |
| 171 "accessibility_unittests", |
| 172 "app_list_unittests", |
| 173 "aura_unittests", |
| 174 "browser_tests", |
| 175 "cacheinvalidation_unittests", |
| 176 "cast_unittests", |
| 177 "cc_unittests", |
| 178 "chromedriver_unittests", |
| 179 "components_browsertests", |
| 180 "components_unittests", |
| 181 "content_browsertests", |
| 182 "content_unittests", |
| 183 "crypto_unittests", |
| 184 "dbus_unittests", |
| 185 "device_unittests", |
| 186 "display_unittests", |
| 187 "events_unittests", |
| 188 "extensions_browsertests", |
| 189 "extensions_unittests", |
| 190 "gcm_unit_tests", |
| 191 "gfx_unittests", |
| 192 "gn_unittests", |
| 193 "google_apis_unittests", |
| 194 "gpu_unittests", |
| 195 "interactive_ui_tests", |
| 196 "ipc_mojo_unittests", |
| 197 "ipc_tests", |
| 198 "jingle_unittests", |
| 199 "media_unittests", |
| 200 "mojo_common_unittests", |
| 201 "mojo_public_bindings_unittests", |
| 202 "mojo_public_environment_unittests", |
| 203 "mojo_public_system_unittests", |
| 204 "mojo_public_utility_unittests", |
| 205 "mojo_system_unittests", |
| 206 "net_unittests", |
| 207 "ppapi_unittests", |
| 208 "printing_unittests", |
| 209 "remoting_unittests", |
| 210 "sandbox_linux_unittests", |
| 211 "skia_unittests", |
| 212 "sql_unittests", |
| 213 "sync_integration_tests", |
| 214 "sync_unit_tests", |
| 215 "ui_base_unittests", |
| 216 "ui_touch_selection_unittests", |
| 217 "unit_tests", |
| 218 "url_unittests", |
| 219 "views_unittests", |
| 220 "wm_unittests" |
| 221 ], |
| 222 "gtest_tests": [ |
| 223 { |
| 224 "test": "base_unittests" |
| 225 } |
| 226 ] |
| 227 }, |
| 228 "Linux Tests": { |
| 229 "gtest_tests": [ |
| 230 { |
| 231 "swarming": { |
| 232 "can_use_on_swarming_builders": true |
| 233 }, |
| 234 "test": "accessibility_unittests" |
| 235 }, |
| 236 { |
| 237 "swarming": { |
| 238 "can_use_on_swarming_builders": true |
| 239 }, |
| 240 "test": "app_list_unittests" |
| 241 }, |
| 242 { |
| 243 "test": "app_shell_unittests" |
| 244 }, |
| 245 { |
| 246 "test": "aura_unittests" |
| 247 }, |
| 248 { |
| 249 "swarming": { |
| 250 "can_use_on_swarming_builders": true |
| 251 }, |
| 252 "test": "base_unittests" |
| 253 }, |
| 254 { |
| 255 "swarming": { |
| 256 "can_use_on_swarming_builders": true, |
| 257 "shards": 5 |
| 258 }, |
| 259 "test": "browser_tests" |
| 260 }, |
| 261 { |
| 262 "test": "cacheinvalidation_unittests" |
| 263 }, |
| 264 { |
| 265 "swarming": { |
| 266 "can_use_on_swarming_builders": true |
| 267 }, |
| 268 "test": "cast_unittests" |
| 269 }, |
| 270 { |
| 271 "swarming": { |
| 272 "can_use_on_swarming_builders": true |
| 273 }, |
| 274 "test": "cc_unittests" |
| 275 }, |
| 276 { |
| 277 "test": "chromedriver_unittests" |
| 278 }, |
| 279 { |
| 280 "swarming": { |
| 281 "can_use_on_swarming_builders": true |
| 282 }, |
| 283 "test": "components_browsertests" |
| 284 }, |
| 285 { |
| 286 "swarming": { |
| 287 "can_use_on_swarming_builders": true |
| 288 }, |
| 289 "test": "components_unittests" |
| 290 }, |
| 291 { |
| 292 "test": "compositor_unittests" |
| 293 }, |
| 294 { |
| 295 "swarming": { |
| 296 "can_use_on_swarming_builders": true |
| 297 }, |
| 298 "test": "content_browsertests" |
| 299 }, |
| 300 { |
| 301 "swarming": { |
| 302 "can_use_on_swarming_builders": true |
| 303 }, |
| 304 "test": "content_unittests" |
| 305 }, |
| 306 { |
| 307 "swarming": { |
| 308 "can_use_on_swarming_builders": true |
| 309 }, |
| 310 "test": "crypto_unittests" |
| 311 }, |
| 312 { |
| 313 "test": "dbus_unittests" |
| 314 }, |
| 315 { |
| 316 "test": "device_unittests" |
| 317 }, |
| 318 { |
| 319 "test": "display_unittests" |
| 320 }, |
| 321 { |
| 322 "swarming": { |
| 323 "can_use_on_swarming_builders": true |
| 324 }, |
| 325 "test": "events_unittests" |
| 326 }, |
| 327 { |
| 328 "swarming": { |
| 329 "can_use_on_swarming_builders": true |
| 330 }, |
| 331 "test": "extensions_browsertests" |
| 332 }, |
| 333 { |
| 334 "test": "extensions_unittests" |
| 335 }, |
| 336 { |
| 337 "test": "gcm_unit_tests" |
| 338 }, |
| 339 { |
| 340 "swarming": { |
| 341 "can_use_on_swarming_builders": true |
| 342 }, |
| 343 "test": "gfx_unittests" |
| 344 }, |
| 345 { |
| 346 "test": "gn_unittests" |
| 347 }, |
| 348 { |
| 349 "test": "google_apis_unittests" |
| 350 }, |
| 351 { |
| 352 "swarming": { |
| 353 "can_use_on_swarming_builders": true |
| 354 }, |
| 355 "test": "gpu_unittests" |
| 356 }, |
| 357 { |
| 358 "swarming": { |
| 359 "can_use_on_swarming_builders": true |
| 360 }, |
| 361 "test": "interactive_ui_tests" |
| 362 }, |
| 363 { |
| 364 "test": "ipc_mojo_unittests" |
| 365 }, |
| 366 { |
| 367 "test": "ipc_tests" |
| 368 }, |
| 369 { |
| 370 "test": "jingle_unittests" |
| 371 }, |
| 372 { |
| 373 "swarming": { |
| 374 "can_use_on_swarming_builders": true |
| 375 }, |
| 376 "test": "media_unittests" |
| 377 }, |
| 378 { |
| 379 "test": "mojo_common_unittests" |
| 380 }, |
| 381 { |
| 382 "test": "mojo_public_bindings_unittests" |
| 383 }, |
| 384 { |
| 385 "test": "mojo_public_environment_unittests" |
| 386 }, |
| 387 { |
| 388 "test": "mojo_public_system_unittests" |
| 389 }, |
| 390 { |
| 391 "test": "mojo_public_utility_unittests" |
| 392 }, |
| 393 { |
| 394 "test": "mojo_system_unittests" |
| 395 }, |
| 396 { |
| 397 "test": "nacl_loader_unittests" |
| 398 }, |
| 399 { |
| 400 "swarming": { |
| 401 "can_use_on_swarming_builders": true |
| 402 }, |
| 403 "test": "net_unittests" |
| 404 }, |
| 405 { |
| 406 "test": "ppapi_unittests" |
| 407 }, |
| 408 { |
| 409 "test": "printing_unittests" |
| 410 }, |
| 411 { |
| 412 "test": "remoting_unittests" |
| 413 }, |
| 414 { |
| 415 "test": "sandbox_linux_unittests" |
| 416 }, |
| 417 { |
| 418 "test": "skia_unittests" |
| 419 }, |
| 420 { |
| 421 "test": "sql_unittests" |
| 422 }, |
| 423 { |
| 424 "swarming": { |
| 425 "can_use_on_swarming_builders": true |
| 426 }, |
| 427 "test": "sync_integration_tests" |
| 428 }, |
| 429 { |
| 430 "test": "sync_unit_tests" |
| 431 }, |
| 432 { |
| 433 "swarming": { |
| 434 "can_use_on_swarming_builders": true |
| 435 }, |
| 436 "test": "ui_base_unittests" |
| 437 }, |
| 438 { |
| 439 "swarming": { |
| 440 "can_use_on_swarming_builders": true |
| 441 }, |
| 442 "test": "ui_touch_selection_unittests" |
| 443 }, |
| 444 { |
| 445 "swarming": { |
| 446 "can_use_on_swarming_builders": true |
| 447 }, |
| 448 "test": "unit_tests" |
| 449 }, |
| 450 { |
| 451 "test": "url_unittests" |
| 452 }, |
| 453 { |
| 454 "test": "views_unittests" |
| 455 }, |
| 456 { |
| 457 "test": "wm_unittests" |
| 458 } |
168 ], | 459 ], |
169 "scripts": [ | 460 "scripts": [ |
170 { | 461 { |
171 "name": "checkdeps", | 462 "name": "checkdeps", |
172 "script": "checkdeps.py" | 463 "script": "checkdeps.py" |
173 }, | 464 }, |
174 { | 465 { |
175 "name": "checklicenses", | 466 "name": "checklicenses", |
176 "script": "checklicenses.py" | 467 "script": "checklicenses.py" |
177 }, | 468 }, |
178 { | 469 { |
179 "name": "checkperms", | 470 "name": "checkperms", |
180 "script": "checkperms.py" | 471 "script": "checkperms.py" |
181 }, | 472 }, |
182 { | 473 { |
183 "name": "telemetry_unittests", | 474 "name": "telemetry_unittests", |
184 "script": "telemetry_unittests.py" | 475 "script": "telemetry_unittests.py" |
185 }, | 476 }, |
186 { | 477 { |
187 "name": "telemetry_perf_unittests", | 478 "name": "telemetry_perf_unittests", |
188 "script": "telemetry_perf_unittests.py" | 479 "script": "telemetry_perf_unittests.py" |
189 }, | 480 }, |
190 { | 481 { |
191 "name": "nacl_integration", | 482 "name": "nacl_integration", |
192 "script": "nacl_integration.py" | 483 "script": "nacl_integration.py" |
193 } | 484 } |
194 ] | 485 ] |
195 }, | 486 }, |
| 487 "Linux Tests (dbg)(1)": { |
| 488 "gtest_tests": [ |
| 489 { |
| 490 "swarming": { |
| 491 "can_use_on_swarming_builders": true |
| 492 }, |
| 493 "test": "accessibility_unittests" |
| 494 }, |
| 495 { |
| 496 "swarming": { |
| 497 "can_use_on_swarming_builders": true |
| 498 }, |
| 499 "test": "app_list_unittests" |
| 500 }, |
| 501 { |
| 502 "test": "app_shell_unittests" |
| 503 }, |
| 504 { |
| 505 "test": "aura_unittests" |
| 506 }, |
| 507 { |
| 508 "swarming": { |
| 509 "can_use_on_swarming_builders": true |
| 510 }, |
| 511 "test": "base_unittests" |
| 512 }, |
| 513 { |
| 514 "swarming": { |
| 515 "can_use_on_swarming_builders": true, |
| 516 "shards": 10 |
| 517 }, |
| 518 "test": "browser_tests" |
| 519 }, |
| 520 { |
| 521 "test": "cacheinvalidation_unittests" |
| 522 }, |
| 523 { |
| 524 "swarming": { |
| 525 "can_use_on_swarming_builders": true |
| 526 }, |
| 527 "test": "cast_unittests" |
| 528 }, |
| 529 { |
| 530 "swarming": { |
| 531 "can_use_on_swarming_builders": true |
| 532 }, |
| 533 "test": "cc_unittests" |
| 534 }, |
| 535 { |
| 536 "test": "chromedriver_unittests" |
| 537 }, |
| 538 { |
| 539 "swarming": { |
| 540 "can_use_on_swarming_builders": true |
| 541 }, |
| 542 "test": "components_unittests" |
| 543 }, |
| 544 { |
| 545 "test": "compositor_unittests" |
| 546 }, |
| 547 { |
| 548 "swarming": { |
| 549 "can_use_on_swarming_builders": true |
| 550 }, |
| 551 "test": "content_browsertests" |
| 552 }, |
| 553 { |
| 554 "swarming": { |
| 555 "can_use_on_swarming_builders": true |
| 556 }, |
| 557 "test": "content_unittests" |
| 558 }, |
| 559 { |
| 560 "swarming": { |
| 561 "can_use_on_swarming_builders": true |
| 562 }, |
| 563 "test": "crypto_unittests" |
| 564 }, |
| 565 { |
| 566 "test": "dbus_unittests" |
| 567 }, |
| 568 { |
| 569 "test": "device_unittests" |
| 570 }, |
| 571 { |
| 572 "test": "display_unittests" |
| 573 }, |
| 574 { |
| 575 "swarming": { |
| 576 "can_use_on_swarming_builders": true |
| 577 }, |
| 578 "test": "events_unittests" |
| 579 }, |
| 580 { |
| 581 "swarming": { |
| 582 "can_use_on_swarming_builders": true |
| 583 }, |
| 584 "test": "extensions_browsertests" |
| 585 }, |
| 586 { |
| 587 "test": "extensions_unittests" |
| 588 }, |
| 589 { |
| 590 "test": "gcm_unit_tests" |
| 591 }, |
| 592 { |
| 593 "swarming": { |
| 594 "can_use_on_swarming_builders": true |
| 595 }, |
| 596 "test": "gfx_unittests" |
| 597 }, |
| 598 { |
| 599 "test": "gn_unittests" |
| 600 }, |
| 601 { |
| 602 "test": "google_apis_unittests" |
| 603 }, |
| 604 { |
| 605 "swarming": { |
| 606 "can_use_on_swarming_builders": true |
| 607 }, |
| 608 "test": "gpu_unittests" |
| 609 }, |
| 610 { |
| 611 "swarming": { |
| 612 "can_use_on_swarming_builders": true, |
| 613 "shards": 3 |
| 614 }, |
| 615 "test": "interactive_ui_tests" |
| 616 }, |
| 617 { |
| 618 "test": "ipc_mojo_unittests" |
| 619 }, |
| 620 { |
| 621 "test": "ipc_tests" |
| 622 }, |
| 623 { |
| 624 "test": "jingle_unittests" |
| 625 }, |
| 626 { |
| 627 "swarming": { |
| 628 "can_use_on_swarming_builders": true |
| 629 }, |
| 630 "test": "media_unittests" |
| 631 }, |
| 632 { |
| 633 "test": "mojo_common_unittests" |
| 634 }, |
| 635 { |
| 636 "test": "mojo_public_bindings_unittests" |
| 637 }, |
| 638 { |
| 639 "test": "mojo_public_environment_unittests" |
| 640 }, |
| 641 { |
| 642 "test": "mojo_public_system_unittests" |
| 643 }, |
| 644 { |
| 645 "test": "mojo_public_utility_unittests" |
| 646 }, |
| 647 { |
| 648 "test": "mojo_system_unittests" |
| 649 }, |
| 650 { |
| 651 "test": "nacl_loader_unittests" |
| 652 }, |
| 653 { |
| 654 "swarming": { |
| 655 "can_use_on_swarming_builders": true |
| 656 }, |
| 657 "test": "net_unittests" |
| 658 }, |
| 659 { |
| 660 "test": "ppapi_unittests" |
| 661 }, |
| 662 { |
| 663 "test": "printing_unittests" |
| 664 }, |
| 665 { |
| 666 "test": "remoting_unittests" |
| 667 }, |
| 668 { |
| 669 "args": [ |
| 670 "--test-launcher-print-test-stdio=always" |
| 671 ], |
| 672 "test": "sandbox_linux_unittests" |
| 673 }, |
| 674 { |
| 675 "test": "skia_unittests" |
| 676 }, |
| 677 { |
| 678 "test": "sql_unittests" |
| 679 }, |
| 680 { |
| 681 "swarming": { |
| 682 "can_use_on_swarming_builders": true |
| 683 }, |
| 684 "test": "sync_integration_tests" |
| 685 }, |
| 686 { |
| 687 "test": "sync_unit_tests" |
| 688 }, |
| 689 { |
| 690 "swarming": { |
| 691 "can_use_on_swarming_builders": true |
| 692 }, |
| 693 "test": "ui_base_unittests" |
| 694 }, |
| 695 { |
| 696 "swarming": { |
| 697 "can_use_on_swarming_builders": true |
| 698 }, |
| 699 "test": "ui_touch_selection_unittests" |
| 700 }, |
| 701 { |
| 702 "swarming": { |
| 703 "can_use_on_swarming_builders": true |
| 704 }, |
| 705 "test": "unit_tests" |
| 706 }, |
| 707 { |
| 708 "test": "url_unittests" |
| 709 }, |
| 710 { |
| 711 "test": "views_unittests" |
| 712 }, |
| 713 { |
| 714 "test": "wm_unittests" |
| 715 } |
| 716 ], |
| 717 "scripts": [ |
| 718 { |
| 719 "name": "telemetry_unittests", |
| 720 "script": "telemetry_unittests.py" |
| 721 }, |
| 722 { |
| 723 "name": "telemetry_perf_unittests", |
| 724 "script": "telemetry_perf_unittests.py" |
| 725 }, |
| 726 { |
| 727 "name": "nacl_integration", |
| 728 "script": "nacl_integration.py" |
| 729 } |
| 730 ] |
| 731 }, |
196 "Linux Tests (dbg)(1)(32)": { | 732 "Linux Tests (dbg)(1)(32)": { |
197 "gtest_tests": [ | 733 "gtest_tests": [ |
198 { | 734 { |
199 "test": "accessibility_unittests", | 735 "swarming": { |
200 "swarming": { | 736 "can_use_on_swarming_builders": true |
201 "can_use_on_swarming_builders": true | 737 }, |
202 } | 738 "test": "accessibility_unittests" |
203 }, | 739 }, |
204 { | 740 { |
205 "test": "app_list_unittests", | 741 "swarming": { |
206 "swarming": { | 742 "can_use_on_swarming_builders": true |
207 "can_use_on_swarming_builders": true | 743 }, |
208 } | 744 "test": "app_list_unittests" |
209 }, | 745 }, |
210 "app_shell_unittests", | 746 { |
211 "aura_unittests", | 747 "test": "app_shell_unittests" |
212 { | 748 }, |
213 "test": "base_unittests", | 749 { |
214 "swarming": { | 750 "test": "aura_unittests" |
215 "can_use_on_swarming_builders": true | 751 }, |
216 } | 752 { |
217 }, | 753 "swarming": { |
218 { | 754 "can_use_on_swarming_builders": true |
219 "test": "browser_tests", | 755 }, |
| 756 "test": "base_unittests" |
| 757 }, |
| 758 { |
220 "swarming": { | 759 "swarming": { |
221 "can_use_on_swarming_builders": true, | 760 "can_use_on_swarming_builders": true, |
222 "shards": 10 | 761 "shards": 10 |
223 } | 762 }, |
224 }, | 763 "test": "browser_tests" |
225 "cacheinvalidation_unittests", | 764 }, |
226 { | 765 { |
227 "test": "cast_unittests", | 766 "test": "cacheinvalidation_unittests" |
228 "swarming": { | 767 }, |
229 "can_use_on_swarming_builders": true | 768 { |
230 } | 769 "swarming": { |
231 }, | 770 "can_use_on_swarming_builders": true |
232 { | 771 }, |
233 "test": "cc_unittests", | 772 "test": "cast_unittests" |
234 "swarming": { | 773 }, |
235 "can_use_on_swarming_builders": true | 774 { |
236 } | 775 "swarming": { |
237 }, | 776 "can_use_on_swarming_builders": true |
238 "chromedriver_unittests", | 777 }, |
239 { | 778 "test": "cc_unittests" |
240 "test": "components_unittests", | 779 }, |
241 "swarming": { | 780 { |
242 "can_use_on_swarming_builders": true | 781 "test": "chromedriver_unittests" |
243 } | 782 }, |
244 }, | 783 { |
245 "compositor_unittests", | 784 "swarming": { |
246 { | 785 "can_use_on_swarming_builders": true |
247 "test": "content_browsertests", | 786 }, |
248 "swarming": { | 787 "test": "components_unittests" |
249 "can_use_on_swarming_builders": true | 788 }, |
250 } | 789 { |
251 }, | 790 "test": "compositor_unittests" |
252 { | 791 }, |
253 "test": "content_unittests", | 792 { |
254 "swarming": { | 793 "swarming": { |
255 "can_use_on_swarming_builders": true | 794 "can_use_on_swarming_builders": true |
256 } | 795 }, |
257 }, | 796 "test": "content_browsertests" |
258 { | 797 }, |
259 "test": "crypto_unittests", | 798 { |
260 "swarming": { | 799 "swarming": { |
261 "can_use_on_swarming_builders": true | 800 "can_use_on_swarming_builders": true |
262 } | 801 }, |
263 }, | 802 "test": "content_unittests" |
264 "dbus_unittests", | 803 }, |
265 "device_unittests", | 804 { |
266 "display_unittests", | 805 "swarming": { |
267 { | 806 "can_use_on_swarming_builders": true |
268 "test": "events_unittests", | 807 }, |
269 "swarming": { | 808 "test": "crypto_unittests" |
270 "can_use_on_swarming_builders": true | 809 }, |
271 } | 810 { |
272 }, | 811 "test": "dbus_unittests" |
273 { | 812 }, |
274 "test": "extensions_browsertests", | 813 { |
275 "swarming": { | 814 "test": "device_unittests" |
276 "can_use_on_swarming_builders": true | 815 }, |
277 } | 816 { |
278 }, | 817 "test": "display_unittests" |
279 "extensions_unittests", | 818 }, |
280 "gcm_unit_tests", | 819 { |
281 { | 820 "swarming": { |
282 "test": "gfx_unittests", | 821 "can_use_on_swarming_builders": true |
283 "swarming": { | 822 }, |
284 "can_use_on_swarming_builders": true | 823 "test": "events_unittests" |
285 } | 824 }, |
286 }, | 825 { |
287 "google_apis_unittests", | 826 "swarming": { |
288 { | 827 "can_use_on_swarming_builders": true |
289 "test": "gpu_unittests", | 828 }, |
290 "swarming": { | 829 "test": "extensions_browsertests" |
291 "can_use_on_swarming_builders": true | 830 }, |
292 } | 831 { |
293 }, | 832 "test": "extensions_unittests" |
294 { | 833 }, |
295 "test": "interactive_ui_tests", | 834 { |
296 "swarming": { | 835 "test": "gcm_unit_tests" |
297 "can_use_on_swarming_builders": true | 836 }, |
298 } | 837 { |
299 }, | 838 "swarming": { |
300 "ipc_mojo_unittests", | 839 "can_use_on_swarming_builders": true |
301 "ipc_tests", | 840 }, |
302 "jingle_unittests", | 841 "test": "gfx_unittests" |
303 { | 842 }, |
304 "test": "media_unittests", | 843 { |
305 "swarming": { | 844 "test": "gn_unittests" |
306 "can_use_on_swarming_builders": true | 845 }, |
307 } | 846 { |
308 }, | 847 "test": "google_apis_unittests" |
309 "mojo_common_unittests", | 848 }, |
310 "mojo_public_bindings_unittests", | 849 { |
311 "mojo_public_environment_unittests", | 850 "swarming": { |
312 "mojo_public_system_unittests", | 851 "can_use_on_swarming_builders": true |
313 "mojo_public_utility_unittests", | 852 }, |
314 "mojo_system_unittests", | 853 "test": "gpu_unittests" |
315 "nacl_loader_unittests", | 854 }, |
316 { | 855 { |
317 "test": "net_unittests", | 856 "swarming": { |
318 "swarming": { | 857 "can_use_on_swarming_builders": true |
319 "can_use_on_swarming_builders": true | 858 }, |
320 } | 859 "test": "interactive_ui_tests" |
321 }, | 860 }, |
322 "ppapi_unittests", | 861 { |
323 "printing_unittests", | 862 "test": "ipc_mojo_unittests" |
324 "remoting_unittests", | 863 }, |
325 "sandbox_linux_unittests", | 864 { |
326 "sql_unittests", | 865 "test": "ipc_tests" |
327 { | 866 }, |
328 "test": "ui_base_unittests", | 867 { |
329 "swarming": { | 868 "test": "jingle_unittests" |
330 "can_use_on_swarming_builders": true | 869 }, |
331 } | 870 { |
332 }, | 871 "swarming": { |
333 { | 872 "can_use_on_swarming_builders": true |
334 "test": "ui_touch_selection_unittests", | 873 }, |
335 "swarming": { | 874 "test": "media_unittests" |
336 "can_use_on_swarming_builders": true | 875 }, |
337 } | 876 { |
338 }, | 877 "test": "mojo_common_unittests" |
339 { | 878 }, |
340 "test": "sync_integration_tests", | 879 { |
341 "swarming": { | 880 "test": "mojo_public_bindings_unittests" |
342 "can_use_on_swarming_builders": true | 881 }, |
343 } | 882 { |
344 }, | 883 "test": "mojo_public_environment_unittests" |
345 "sync_unit_tests", | 884 }, |
346 { | 885 { |
347 "test": "unit_tests", | 886 "test": "mojo_public_system_unittests" |
348 "swarming": { | 887 }, |
349 "can_use_on_swarming_builders": true | 888 { |
350 } | 889 "test": "mojo_public_utility_unittests" |
351 }, | 890 }, |
352 "url_unittests", | 891 { |
353 "views_unittests", | 892 "test": "mojo_system_unittests" |
354 "wm_unittests", | 893 }, |
355 "skia_unittests" | 894 { |
| 895 "test": "nacl_loader_unittests" |
| 896 }, |
| 897 { |
| 898 "swarming": { |
| 899 "can_use_on_swarming_builders": true |
| 900 }, |
| 901 "test": "net_unittests" |
| 902 }, |
| 903 { |
| 904 "test": "ppapi_unittests" |
| 905 }, |
| 906 { |
| 907 "test": "printing_unittests" |
| 908 }, |
| 909 { |
| 910 "test": "remoting_unittests" |
| 911 }, |
| 912 { |
| 913 "test": "sandbox_linux_unittests" |
| 914 }, |
| 915 { |
| 916 "test": "skia_unittests" |
| 917 }, |
| 918 { |
| 919 "test": "sql_unittests" |
| 920 }, |
| 921 { |
| 922 "swarming": { |
| 923 "can_use_on_swarming_builders": true |
| 924 }, |
| 925 "test": "sync_integration_tests" |
| 926 }, |
| 927 { |
| 928 "test": "sync_unit_tests" |
| 929 }, |
| 930 { |
| 931 "swarming": { |
| 932 "can_use_on_swarming_builders": true |
| 933 }, |
| 934 "test": "ui_base_unittests" |
| 935 }, |
| 936 { |
| 937 "swarming": { |
| 938 "can_use_on_swarming_builders": true |
| 939 }, |
| 940 "test": "ui_touch_selection_unittests" |
| 941 }, |
| 942 { |
| 943 "swarming": { |
| 944 "can_use_on_swarming_builders": true |
| 945 }, |
| 946 "test": "unit_tests" |
| 947 }, |
| 948 { |
| 949 "test": "url_unittests" |
| 950 }, |
| 951 { |
| 952 "test": "views_unittests" |
| 953 }, |
| 954 { |
| 955 "test": "wm_unittests" |
| 956 } |
356 ], | 957 ], |
357 "scripts": [ | 958 "scripts": [ |
358 { | 959 { |
359 "name": "nacl_integration", | 960 "name": "nacl_integration", |
360 "script": "nacl_integration.py" | 961 "script": "nacl_integration.py" |
361 } | 962 } |
362 ] | 963 ] |
363 }, | |
364 "Linux Tests (dbg)(1)": { | |
365 "gtest_tests": [ | |
366 { | |
367 "test": "accessibility_unittests", | |
368 "swarming": { | |
369 "can_use_on_swarming_builders": true | |
370 } | |
371 }, | |
372 { | |
373 "test": "app_list_unittests", | |
374 "swarming": { | |
375 "can_use_on_swarming_builders": true | |
376 } | |
377 }, | |
378 "app_shell_unittests", | |
379 "aura_unittests", | |
380 { | |
381 "test": "base_unittests", | |
382 "swarming": { | |
383 "can_use_on_swarming_builders": true | |
384 } | |
385 }, | |
386 { | |
387 "test": "browser_tests", | |
388 "swarming": { | |
389 "can_use_on_swarming_builders": true, | |
390 "shards": 10 | |
391 } | |
392 }, | |
393 "cacheinvalidation_unittests", | |
394 { | |
395 "test": "cast_unittests", | |
396 "swarming": { | |
397 "can_use_on_swarming_builders": true | |
398 } | |
399 }, | |
400 { | |
401 "test": "cc_unittests", | |
402 "swarming": { | |
403 "can_use_on_swarming_builders": true | |
404 } | |
405 }, | |
406 "chromedriver_unittests", | |
407 { | |
408 "test": "components_unittests", | |
409 "swarming": { | |
410 "can_use_on_swarming_builders": true | |
411 } | |
412 }, | |
413 "compositor_unittests", | |
414 { | |
415 "test": "content_browsertests", | |
416 "swarming": { | |
417 "can_use_on_swarming_builders": true | |
418 } | |
419 }, | |
420 { | |
421 "test": "content_unittests", | |
422 "swarming": { | |
423 "can_use_on_swarming_builders": true | |
424 } | |
425 }, | |
426 { | |
427 "test": "crypto_unittests", | |
428 "swarming": { | |
429 "can_use_on_swarming_builders": true | |
430 } | |
431 }, | |
432 "dbus_unittests", | |
433 "device_unittests", | |
434 "display_unittests", | |
435 { | |
436 "test": "events_unittests", | |
437 "swarming": { | |
438 "can_use_on_swarming_builders": true | |
439 } | |
440 }, | |
441 { | |
442 "test": "extensions_browsertests", | |
443 "swarming": { | |
444 "can_use_on_swarming_builders": true | |
445 } | |
446 }, | |
447 "extensions_unittests", | |
448 "gcm_unit_tests", | |
449 { | |
450 "test": "gfx_unittests", | |
451 "swarming": { | |
452 "can_use_on_swarming_builders": true | |
453 } | |
454 }, | |
455 "google_apis_unittests", | |
456 { | |
457 "test": "gpu_unittests", | |
458 "swarming": { | |
459 "can_use_on_swarming_builders": true | |
460 } | |
461 }, | |
462 { | |
463 "test": "interactive_ui_tests", | |
464 "swarming": { | |
465 "can_use_on_swarming_builders": true, | |
466 "shards": 3 | |
467 } | |
468 }, | |
469 "ipc_mojo_unittests", | |
470 "ipc_tests", | |
471 "jingle_unittests", | |
472 { | |
473 "test": "media_unittests", | |
474 "swarming": { | |
475 "can_use_on_swarming_builders": true | |
476 } | |
477 }, | |
478 "mojo_common_unittests", | |
479 "mojo_public_bindings_unittests", | |
480 "mojo_public_environment_unittests", | |
481 "mojo_public_system_unittests", | |
482 "mojo_public_utility_unittests", | |
483 "mojo_system_unittests", | |
484 "nacl_loader_unittests", | |
485 { | |
486 "test": "net_unittests", | |
487 "swarming": { | |
488 "can_use_on_swarming_builders": true | |
489 } | |
490 }, | |
491 "ppapi_unittests", | |
492 "printing_unittests", | |
493 "remoting_unittests", | |
494 { | |
495 "test": "sandbox_linux_unittests", | |
496 "args": ["--test-launcher-print-test-stdio=always"] | |
497 }, | |
498 "sql_unittests", | |
499 { | |
500 "test": "ui_base_unittests", | |
501 "swarming": { | |
502 "can_use_on_swarming_builders": true | |
503 } | |
504 }, | |
505 { | |
506 "test": "ui_touch_selection_unittests", | |
507 "swarming": { | |
508 "can_use_on_swarming_builders": true | |
509 } | |
510 }, | |
511 { | |
512 "test": "sync_integration_tests", | |
513 "swarming": { | |
514 "can_use_on_swarming_builders": true | |
515 } | |
516 }, | |
517 "sync_unit_tests", | |
518 { | |
519 "test": "unit_tests", | |
520 "swarming": { | |
521 "can_use_on_swarming_builders": true | |
522 } | |
523 }, | |
524 "url_unittests", | |
525 "views_unittests", | |
526 "wm_unittests", | |
527 "skia_unittests" | |
528 ], | |
529 "scripts": [ | |
530 { | |
531 "name": "telemetry_unittests", | |
532 "script": "telemetry_unittests.py" | |
533 }, | |
534 { | |
535 "name": "telemetry_perf_unittests", | |
536 "script": "telemetry_perf_unittests.py" | |
537 }, | |
538 { | |
539 "name": "nacl_integration", | |
540 "script": "nacl_integration.py" | |
541 } | |
542 ] | |
543 }, | |
544 "Linux Clang (dbg)": { | |
545 "gtest_tests": [ | |
546 "accessibility_unittests", | |
547 "app_shell_unittests", | |
548 "base_unittests", | |
549 "components_unittests", | |
550 "content_unittests", | |
551 "crypto_unittests", | |
552 "device_unittests", | |
553 "display_unittests", | |
554 "extensions_unittests", | |
555 "google_apis_unittests", | |
556 "ipc_mojo_unittests", | |
557 "ipc_tests", | |
558 "mojo_common_unittests", | |
559 "mojo_public_bindings_unittests", | |
560 "mojo_public_environment_unittests", | |
561 "mojo_public_system_unittests", | |
562 "mojo_public_utility_unittests", | |
563 "mojo_system_unittests", | |
564 "nacl_loader_unittests", | |
565 "sandbox_linux_unittests", | |
566 "sql_unittests", | |
567 "sync_unit_tests", | |
568 "ui_base_unittests", | |
569 "unit_tests", | |
570 "skia_unittests" | |
571 ] | |
572 }, | |
573 "Android Tests (dbg)": { | |
574 "scripts": [ | |
575 { | |
576 "name": "check_licenses", | |
577 "script": "webview_licenses.py" | |
578 } | |
579 ] | |
580 }, | |
581 "Android Tests": { | |
582 "scripts": [ | |
583 { | |
584 "name": "check_licenses", | |
585 "script": "webview_licenses.py" | |
586 } | |
587 ] | |
588 } | 964 } |
589 } | 965 } |
OLD | NEW |