OLD | NEW |
1 { | 1 { |
2 "Android Aura Tester (dbg)": { | 2 "Android Aura Tester (dbg)": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "test": "base_unittests" | 5 "test": "base_unittests" |
6 }, | 6 }, |
7 { | 7 { |
8 "test": "compositor_unittests" | 8 "test": "compositor_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 "test": "unit_tests" | 128 "test": "unit_tests" |
129 } | 129 } |
130 ] | 130 ] |
131 }, | 131 }, |
132 "Jelly Bean Tester": { | 132 "Jelly Bean Tester": { |
133 "gtest_tests": [ | 133 "gtest_tests": [ |
134 { | 134 { |
135 "test": "android_webview_unittests" | 135 "test": "android_webview_unittests" |
136 }, | 136 }, |
137 { | 137 { |
| 138 "args": [ |
| 139 "--isolate_file_path=base/base_unittests.isolate" |
| 140 ], |
| 141 "test": "base_unittests" |
| 142 }, |
| 143 { |
| 144 "args": [ |
| 145 "--isolate_file_path=breakpad/breakpad_unittests.isolate" |
| 146 ], |
| 147 "override_compile_targets": [ |
| 148 "breakpad_unittests_deps" |
| 149 ], |
| 150 "test": "breakpad_unittests" |
| 151 }, |
| 152 { |
138 "test": "cc_unittests" | 153 "test": "cc_unittests" |
139 }, | 154 }, |
140 { | 155 { |
| 156 "args": [ |
| 157 "--isolate_file_path=components/components_browsertests.isolate" |
| 158 ], |
| 159 "test": "components_browsertests" |
| 160 }, |
| 161 { |
| 162 "args": [ |
| 163 "--isolate_file_path=components/components_unittests.isolate" |
| 164 ], |
| 165 "test": "components_unittests" |
| 166 }, |
| 167 { |
| 168 "args": [ |
| 169 "--isolate_file_path=content/content_browsertests.isolate" |
| 170 ], |
| 171 "test": "content_browsertests" |
| 172 }, |
| 173 { |
| 174 "args": [ |
| 175 "--isolate_file_path=content/content_unittests.isolate" |
| 176 ], |
| 177 "test": "content_unittests" |
| 178 }, |
| 179 { |
141 "test": "device_unittests" | 180 "test": "device_unittests" |
142 }, | 181 }, |
143 { | 182 { |
144 "test": "events_unittests" | 183 "test": "events_unittests" |
145 }, | 184 }, |
146 { | 185 { |
147 "test": "gl_tests" | 186 "test": "gl_tests" |
148 }, | 187 }, |
149 { | 188 { |
150 "test": "gl_unittests" | 189 "test": "gl_unittests" |
151 }, | 190 }, |
152 { | 191 { |
153 "test": "gpu_unittests" | 192 "test": "gpu_unittests" |
154 }, | 193 }, |
155 { | 194 { |
156 "test": "ipc_tests" | 195 "test": "ipc_tests" |
| 196 }, |
| 197 { |
| 198 "args": [ |
| 199 "--isolate_file_path=media/media_unittests.isolate" |
| 200 ], |
| 201 "test": "media_unittests" |
| 202 }, |
| 203 { |
| 204 "args": [ |
| 205 "--isolate_file_path=net/net_unittests.isolate" |
| 206 ], |
| 207 "test": "net_unittests" |
| 208 }, |
| 209 { |
| 210 "override_compile_targets": [ |
| 211 "sandbox_linux_unittests_deps" |
| 212 ], |
| 213 "test": "sandbox_linux_unittests" |
| 214 }, |
| 215 { |
| 216 "args": [ |
| 217 "--isolate_file_path=sql/sql_unittests.isolate" |
| 218 ], |
| 219 "test": "sql_unittests" |
| 220 }, |
| 221 { |
| 222 "args": [ |
| 223 "--isolate_file_path=sync/sync_unit_tests.isolate" |
| 224 ], |
| 225 "test": "sync_unit_tests" |
| 226 }, |
| 227 { |
| 228 "test": "ui_android_unittests" |
| 229 }, |
| 230 { |
| 231 "args": [ |
| 232 "--isolate_file_path=ui/base/ui_base_unittests.isolate" |
| 233 ], |
| 234 "test": "ui_base_unittests" |
| 235 }, |
| 236 { |
| 237 "test": "ui_touch_selection_unittests" |
| 238 }, |
| 239 { |
| 240 "args": [ |
| 241 "--isolate_file_path=chrome/unit_tests.isolate" |
| 242 ], |
| 243 "test": "unit_tests" |
157 } | 244 } |
158 ] | 245 ] |
159 }, | 246 }, |
160 "KitKat Tablet Tester": { | 247 "KitKat Tablet Tester": { |
161 "gtest_tests": [ | 248 "gtest_tests": [ |
162 { | 249 { |
163 "test": "android_webview_unittests" | 250 "test": "android_webview_unittests" |
164 }, | 251 }, |
165 { | 252 { |
| 253 "args": [ |
| 254 "--isolate_file_path=base/base_unittests.isolate" |
| 255 ], |
| 256 "test": "base_unittests" |
| 257 }, |
| 258 { |
| 259 "args": [ |
| 260 "--isolate_file_path=breakpad/breakpad_unittests.isolate" |
| 261 ], |
| 262 "override_compile_targets": [ |
| 263 "breakpad_unittests_deps" |
| 264 ], |
| 265 "test": "breakpad_unittests" |
| 266 }, |
| 267 { |
166 "test": "cc_unittests" | 268 "test": "cc_unittests" |
167 }, | 269 }, |
168 { | 270 { |
| 271 "args": [ |
| 272 "--isolate_file_path=components/components_browsertests.isolate" |
| 273 ], |
| 274 "test": "components_browsertests" |
| 275 }, |
| 276 { |
| 277 "args": [ |
| 278 "--isolate_file_path=components/components_unittests.isolate" |
| 279 ], |
| 280 "test": "components_unittests" |
| 281 }, |
| 282 { |
| 283 "args": [ |
| 284 "--isolate_file_path=content/content_browsertests.isolate" |
| 285 ], |
| 286 "test": "content_browsertests" |
| 287 }, |
| 288 { |
| 289 "args": [ |
| 290 "--isolate_file_path=content/content_unittests.isolate" |
| 291 ], |
| 292 "test": "content_unittests" |
| 293 }, |
| 294 { |
169 "test": "device_unittests" | 295 "test": "device_unittests" |
170 }, | 296 }, |
171 { | 297 { |
172 "test": "events_unittests" | 298 "test": "events_unittests" |
173 }, | 299 }, |
174 { | 300 { |
175 "test": "gl_tests" | 301 "test": "gl_tests" |
176 }, | 302 }, |
177 { | 303 { |
178 "test": "gl_unittests" | 304 "test": "gl_unittests" |
179 }, | 305 }, |
180 { | 306 { |
181 "test": "gpu_unittests" | 307 "test": "gpu_unittests" |
182 }, | 308 }, |
183 { | 309 { |
184 "test": "ipc_tests" | 310 "test": "ipc_tests" |
| 311 }, |
| 312 { |
| 313 "args": [ |
| 314 "--isolate_file_path=media/media_unittests.isolate" |
| 315 ], |
| 316 "test": "media_unittests" |
| 317 }, |
| 318 { |
| 319 "args": [ |
| 320 "--isolate_file_path=net/net_unittests.isolate" |
| 321 ], |
| 322 "test": "net_unittests" |
| 323 }, |
| 324 { |
| 325 "override_compile_targets": [ |
| 326 "sandbox_linux_unittests_deps" |
| 327 ], |
| 328 "test": "sandbox_linux_unittests" |
| 329 }, |
| 330 { |
| 331 "args": [ |
| 332 "--isolate_file_path=sql/sql_unittests.isolate" |
| 333 ], |
| 334 "test": "sql_unittests" |
| 335 }, |
| 336 { |
| 337 "args": [ |
| 338 "--isolate_file_path=sync/sync_unit_tests.isolate" |
| 339 ], |
| 340 "test": "sync_unit_tests" |
| 341 }, |
| 342 { |
| 343 "test": "ui_android_unittests" |
| 344 }, |
| 345 { |
| 346 "args": [ |
| 347 "--isolate_file_path=ui/base/ui_base_unittests.isolate" |
| 348 ], |
| 349 "test": "ui_base_unittests" |
| 350 }, |
| 351 { |
| 352 "test": "ui_touch_selection_unittests" |
| 353 }, |
| 354 { |
| 355 "args": [ |
| 356 "--isolate_file_path=chrome/unit_tests.isolate" |
| 357 ], |
| 358 "test": "unit_tests" |
185 } | 359 } |
186 ] | 360 ] |
187 }, | 361 }, |
188 "Lollipop Consumer Tester": { | 362 "Lollipop Consumer Tester": { |
189 "gtest_tests": [ | 363 "gtest_tests": [ |
190 { | 364 { |
191 "test": "android_webview_unittests" | 365 "test": "android_webview_unittests" |
192 }, | 366 }, |
193 { | 367 { |
| 368 "args": [ |
| 369 "--isolate_file_path=base/base_unittests.isolate" |
| 370 ], |
| 371 "test": "base_unittests" |
| 372 }, |
| 373 { |
| 374 "args": [ |
| 375 "--isolate_file_path=breakpad/breakpad_unittests.isolate" |
| 376 ], |
| 377 "override_compile_targets": [ |
| 378 "breakpad_unittests_deps" |
| 379 ], |
| 380 "test": "breakpad_unittests" |
| 381 }, |
| 382 { |
194 "test": "cc_unittests" | 383 "test": "cc_unittests" |
195 }, | 384 }, |
196 { | 385 { |
| 386 "args": [ |
| 387 "--isolate_file_path=components/components_browsertests.isolate" |
| 388 ], |
| 389 "test": "components_browsertests" |
| 390 }, |
| 391 { |
| 392 "args": [ |
| 393 "--isolate_file_path=components/components_unittests.isolate" |
| 394 ], |
| 395 "test": "components_unittests" |
| 396 }, |
| 397 { |
| 398 "args": [ |
| 399 "--isolate_file_path=content/content_browsertests.isolate" |
| 400 ], |
| 401 "test": "content_browsertests" |
| 402 }, |
| 403 { |
| 404 "args": [ |
| 405 "--isolate_file_path=content/content_unittests.isolate" |
| 406 ], |
| 407 "test": "content_unittests" |
| 408 }, |
| 409 { |
197 "test": "device_unittests" | 410 "test": "device_unittests" |
198 }, | 411 }, |
199 { | 412 { |
200 "test": "events_unittests" | 413 "test": "events_unittests" |
201 }, | 414 }, |
202 { | 415 { |
203 "test": "gl_tests" | 416 "test": "gl_tests" |
204 }, | 417 }, |
205 { | 418 { |
206 "test": "gl_unittests" | 419 "test": "gl_unittests" |
207 }, | 420 }, |
208 { | 421 { |
209 "test": "gpu_unittests" | 422 "test": "gpu_unittests" |
210 }, | 423 }, |
211 { | 424 { |
212 "test": "ipc_tests" | 425 "test": "ipc_tests" |
| 426 }, |
| 427 { |
| 428 "args": [ |
| 429 "--isolate_file_path=media/media_unittests.isolate" |
| 430 ], |
| 431 "test": "media_unittests" |
| 432 }, |
| 433 { |
| 434 "args": [ |
| 435 "--isolate_file_path=net/net_unittests.isolate" |
| 436 ], |
| 437 "test": "net_unittests" |
| 438 }, |
| 439 { |
| 440 "override_compile_targets": [ |
| 441 "sandbox_linux_unittests_deps" |
| 442 ], |
| 443 "test": "sandbox_linux_unittests" |
| 444 }, |
| 445 { |
| 446 "args": [ |
| 447 "--isolate_file_path=sql/sql_unittests.isolate" |
| 448 ], |
| 449 "test": "sql_unittests" |
| 450 }, |
| 451 { |
| 452 "args": [ |
| 453 "--isolate_file_path=sync/sync_unit_tests.isolate" |
| 454 ], |
| 455 "test": "sync_unit_tests" |
| 456 }, |
| 457 { |
| 458 "test": "ui_android_unittests" |
| 459 }, |
| 460 { |
| 461 "args": [ |
| 462 "--isolate_file_path=ui/base/ui_base_unittests.isolate" |
| 463 ], |
| 464 "test": "ui_base_unittests" |
| 465 }, |
| 466 { |
| 467 "test": "ui_touch_selection_unittests" |
| 468 }, |
| 469 { |
| 470 "args": [ |
| 471 "--isolate_file_path=chrome/unit_tests.isolate" |
| 472 ], |
| 473 "test": "unit_tests" |
213 } | 474 } |
214 ] | 475 ] |
215 }, | 476 }, |
216 "Lollipop Low-end Tester": { | 477 "Lollipop Low-end Tester": { |
217 "gtest_tests": [ | 478 "gtest_tests": [ |
218 { | 479 { |
219 "test": "android_webview_unittests" | 480 "test": "android_webview_unittests" |
220 }, | 481 }, |
221 { | 482 { |
| 483 "args": [ |
| 484 "--isolate_file_path=base/base_unittests.isolate" |
| 485 ], |
| 486 "test": "base_unittests" |
| 487 }, |
| 488 { |
| 489 "args": [ |
| 490 "--isolate_file_path=breakpad/breakpad_unittests.isolate" |
| 491 ], |
| 492 "override_compile_targets": [ |
| 493 "breakpad_unittests_deps" |
| 494 ], |
| 495 "test": "breakpad_unittests" |
| 496 }, |
| 497 { |
222 "test": "cc_unittests" | 498 "test": "cc_unittests" |
223 }, | 499 }, |
224 { | 500 { |
| 501 "args": [ |
| 502 "--isolate_file_path=components/components_browsertests.isolate" |
| 503 ], |
| 504 "test": "components_browsertests" |
| 505 }, |
| 506 { |
| 507 "args": [ |
| 508 "--isolate_file_path=components/components_unittests.isolate" |
| 509 ], |
| 510 "test": "components_unittests" |
| 511 }, |
| 512 { |
| 513 "args": [ |
| 514 "--isolate_file_path=content/content_browsertests.isolate" |
| 515 ], |
| 516 "test": "content_browsertests" |
| 517 }, |
| 518 { |
| 519 "args": [ |
| 520 "--isolate_file_path=content/content_unittests.isolate" |
| 521 ], |
| 522 "test": "content_unittests" |
| 523 }, |
| 524 { |
225 "test": "device_unittests" | 525 "test": "device_unittests" |
226 }, | 526 }, |
227 { | 527 { |
228 "test": "events_unittests" | 528 "test": "events_unittests" |
229 }, | 529 }, |
230 { | 530 { |
231 "test": "gl_tests" | 531 "test": "gl_tests" |
232 }, | 532 }, |
233 { | 533 { |
234 "test": "gl_unittests" | 534 "test": "gl_unittests" |
235 }, | 535 }, |
236 { | 536 { |
237 "test": "gpu_unittests" | 537 "test": "gpu_unittests" |
238 }, | 538 }, |
239 { | 539 { |
240 "test": "ipc_tests" | 540 "test": "ipc_tests" |
| 541 }, |
| 542 { |
| 543 "args": [ |
| 544 "--isolate_file_path=media/media_unittests.isolate" |
| 545 ], |
| 546 "test": "media_unittests" |
| 547 }, |
| 548 { |
| 549 "args": [ |
| 550 "--isolate_file_path=net/net_unittests.isolate" |
| 551 ], |
| 552 "test": "net_unittests" |
| 553 }, |
| 554 { |
| 555 "override_compile_targets": [ |
| 556 "sandbox_linux_unittests_deps" |
| 557 ], |
| 558 "test": "sandbox_linux_unittests" |
| 559 }, |
| 560 { |
| 561 "args": [ |
| 562 "--isolate_file_path=sql/sql_unittests.isolate" |
| 563 ], |
| 564 "test": "sql_unittests" |
| 565 }, |
| 566 { |
| 567 "args": [ |
| 568 "--isolate_file_path=sync/sync_unit_tests.isolate" |
| 569 ], |
| 570 "test": "sync_unit_tests" |
| 571 }, |
| 572 { |
| 573 "test": "ui_android_unittests" |
| 574 }, |
| 575 { |
| 576 "args": [ |
| 577 "--isolate_file_path=ui/base/ui_base_unittests.isolate" |
| 578 ], |
| 579 "test": "ui_base_unittests" |
| 580 }, |
| 581 { |
| 582 "test": "ui_touch_selection_unittests" |
| 583 }, |
| 584 { |
| 585 "args": [ |
| 586 "--isolate_file_path=chrome/unit_tests.isolate" |
| 587 ], |
| 588 "test": "unit_tests" |
241 } | 589 } |
242 ] | 590 ] |
243 }, | 591 }, |
244 "Lollipop Phone Tester": { | 592 "Lollipop Phone Tester": { |
245 "gtest_tests": [ | 593 "gtest_tests": [ |
246 { | 594 { |
247 "test": "android_webview_unittests" | 595 "test": "android_webview_unittests" |
248 }, | 596 }, |
249 { | 597 { |
| 598 "args": [ |
| 599 "--isolate_file_path=base/base_unittests.isolate" |
| 600 ], |
| 601 "test": "base_unittests" |
| 602 }, |
| 603 { |
| 604 "args": [ |
| 605 "--isolate_file_path=breakpad/breakpad_unittests.isolate" |
| 606 ], |
| 607 "override_compile_targets": [ |
| 608 "breakpad_unittests_deps" |
| 609 ], |
| 610 "test": "breakpad_unittests" |
| 611 }, |
| 612 { |
250 "test": "cc_unittests" | 613 "test": "cc_unittests" |
251 }, | 614 }, |
252 { | 615 { |
| 616 "args": [ |
| 617 "--isolate_file_path=components/components_browsertests.isolate" |
| 618 ], |
| 619 "test": "components_browsertests" |
| 620 }, |
| 621 { |
| 622 "args": [ |
| 623 "--isolate_file_path=components/components_unittests.isolate" |
| 624 ], |
| 625 "test": "components_unittests" |
| 626 }, |
| 627 { |
| 628 "args": [ |
| 629 "--isolate_file_path=content/content_browsertests.isolate" |
| 630 ], |
| 631 "test": "content_browsertests" |
| 632 }, |
| 633 { |
| 634 "args": [ |
| 635 "--isolate_file_path=content/content_unittests.isolate" |
| 636 ], |
| 637 "test": "content_unittests" |
| 638 }, |
| 639 { |
253 "test": "device_unittests" | 640 "test": "device_unittests" |
254 }, | 641 }, |
255 { | 642 { |
256 "test": "events_unittests" | 643 "test": "events_unittests" |
257 }, | 644 }, |
258 { | 645 { |
259 "test": "gl_tests" | 646 "test": "gl_tests" |
260 }, | 647 }, |
261 { | 648 { |
262 "test": "gl_unittests" | 649 "test": "gl_unittests" |
263 }, | 650 }, |
264 { | 651 { |
265 "test": "gpu_unittests" | 652 "test": "gpu_unittests" |
266 }, | 653 }, |
267 { | 654 { |
268 "test": "ipc_tests" | 655 "test": "ipc_tests" |
| 656 }, |
| 657 { |
| 658 "args": [ |
| 659 "--isolate_file_path=media/media_unittests.isolate" |
| 660 ], |
| 661 "test": "media_unittests" |
| 662 }, |
| 663 { |
| 664 "args": [ |
| 665 "--isolate_file_path=net/net_unittests.isolate" |
| 666 ], |
| 667 "test": "net_unittests" |
| 668 }, |
| 669 { |
| 670 "override_compile_targets": [ |
| 671 "sandbox_linux_unittests_deps" |
| 672 ], |
| 673 "test": "sandbox_linux_unittests" |
| 674 }, |
| 675 { |
| 676 "args": [ |
| 677 "--isolate_file_path=sql/sql_unittests.isolate" |
| 678 ], |
| 679 "test": "sql_unittests" |
| 680 }, |
| 681 { |
| 682 "args": [ |
| 683 "--isolate_file_path=sync/sync_unit_tests.isolate" |
| 684 ], |
| 685 "test": "sync_unit_tests" |
| 686 }, |
| 687 { |
| 688 "test": "ui_android_unittests" |
| 689 }, |
| 690 { |
| 691 "args": [ |
| 692 "--isolate_file_path=ui/base/ui_base_unittests.isolate" |
| 693 ], |
| 694 "test": "ui_base_unittests" |
| 695 }, |
| 696 { |
| 697 "test": "ui_touch_selection_unittests" |
| 698 }, |
| 699 { |
| 700 "args": [ |
| 701 "--isolate_file_path=chrome/unit_tests.isolate" |
| 702 ], |
| 703 "test": "unit_tests" |
269 } | 704 } |
270 ] | 705 ] |
271 }, | 706 }, |
272 "Lollipop Tablet Tester": { | 707 "Lollipop Tablet Tester": { |
273 "gtest_tests": [ | 708 "gtest_tests": [ |
274 { | 709 { |
275 "test": "android_webview_unittests" | 710 "test": "android_webview_unittests" |
276 }, | 711 }, |
277 { | 712 { |
| 713 "args": [ |
| 714 "--isolate_file_path=base/base_unittests.isolate" |
| 715 ], |
| 716 "test": "base_unittests" |
| 717 }, |
| 718 { |
| 719 "args": [ |
| 720 "--isolate_file_path=breakpad/breakpad_unittests.isolate" |
| 721 ], |
| 722 "override_compile_targets": [ |
| 723 "breakpad_unittests_deps" |
| 724 ], |
| 725 "test": "breakpad_unittests" |
| 726 }, |
| 727 { |
278 "test": "cc_unittests" | 728 "test": "cc_unittests" |
279 }, | 729 }, |
280 { | 730 { |
| 731 "args": [ |
| 732 "--isolate_file_path=components/components_browsertests.isolate" |
| 733 ], |
| 734 "test": "components_browsertests" |
| 735 }, |
| 736 { |
| 737 "args": [ |
| 738 "--isolate_file_path=components/components_unittests.isolate" |
| 739 ], |
| 740 "test": "components_unittests" |
| 741 }, |
| 742 { |
| 743 "args": [ |
| 744 "--isolate_file_path=content/content_browsertests.isolate" |
| 745 ], |
| 746 "test": "content_browsertests" |
| 747 }, |
| 748 { |
| 749 "args": [ |
| 750 "--isolate_file_path=content/content_unittests.isolate" |
| 751 ], |
| 752 "test": "content_unittests" |
| 753 }, |
| 754 { |
281 "test": "device_unittests" | 755 "test": "device_unittests" |
282 }, | 756 }, |
283 { | 757 { |
284 "test": "events_unittests" | 758 "test": "events_unittests" |
285 }, | 759 }, |
286 { | 760 { |
287 "test": "gl_tests" | 761 "test": "gl_tests" |
288 }, | 762 }, |
289 { | 763 { |
290 "test": "gl_unittests" | 764 "test": "gl_unittests" |
291 }, | 765 }, |
292 { | 766 { |
293 "test": "gpu_unittests" | 767 "test": "gpu_unittests" |
294 }, | 768 }, |
295 { | 769 { |
296 "test": "ipc_tests" | 770 "test": "ipc_tests" |
| 771 }, |
| 772 { |
| 773 "args": [ |
| 774 "--isolate_file_path=media/media_unittests.isolate" |
| 775 ], |
| 776 "test": "media_unittests" |
| 777 }, |
| 778 { |
| 779 "args": [ |
| 780 "--isolate_file_path=net/net_unittests.isolate" |
| 781 ], |
| 782 "test": "net_unittests" |
| 783 }, |
| 784 { |
| 785 "override_compile_targets": [ |
| 786 "sandbox_linux_unittests_deps" |
| 787 ], |
| 788 "test": "sandbox_linux_unittests" |
| 789 }, |
| 790 { |
| 791 "args": [ |
| 792 "--isolate_file_path=sql/sql_unittests.isolate" |
| 793 ], |
| 794 "test": "sql_unittests" |
| 795 }, |
| 796 { |
| 797 "args": [ |
| 798 "--isolate_file_path=sync/sync_unit_tests.isolate" |
| 799 ], |
| 800 "test": "sync_unit_tests" |
| 801 }, |
| 802 { |
| 803 "test": "ui_android_unittests" |
| 804 }, |
| 805 { |
| 806 "args": [ |
| 807 "--isolate_file_path=ui/base/ui_base_unittests.isolate" |
| 808 ], |
| 809 "test": "ui_base_unittests" |
| 810 }, |
| 811 { |
| 812 "test": "ui_touch_selection_unittests" |
| 813 }, |
| 814 { |
| 815 "args": [ |
| 816 "--isolate_file_path=chrome/unit_tests.isolate" |
| 817 ], |
| 818 "test": "unit_tests" |
297 } | 819 } |
298 ] | 820 ] |
299 }, | 821 }, |
300 "Marshmallow 64 bit Tester": { | 822 "Marshmallow 64 bit Tester": { |
301 "gtest_tests": [ | 823 "gtest_tests": [ |
302 { | 824 { |
303 "test": "android_webview_unittests" | 825 "test": "android_webview_unittests" |
304 }, | 826 }, |
305 { | 827 { |
| 828 "args": [ |
| 829 "--isolate_file_path=base/base_unittests.isolate" |
| 830 ], |
| 831 "test": "base_unittests" |
| 832 }, |
| 833 { |
| 834 "args": [ |
| 835 "--isolate_file_path=breakpad/breakpad_unittests.isolate" |
| 836 ], |
| 837 "override_compile_targets": [ |
| 838 "breakpad_unittests_deps" |
| 839 ], |
| 840 "test": "breakpad_unittests" |
| 841 }, |
| 842 { |
306 "test": "cc_unittests" | 843 "test": "cc_unittests" |
307 }, | 844 }, |
308 { | 845 { |
| 846 "args": [ |
| 847 "--isolate_file_path=components/components_browsertests.isolate" |
| 848 ], |
| 849 "test": "components_browsertests" |
| 850 }, |
| 851 { |
| 852 "args": [ |
| 853 "--isolate_file_path=components/components_unittests.isolate" |
| 854 ], |
| 855 "test": "components_unittests" |
| 856 }, |
| 857 { |
| 858 "args": [ |
| 859 "--isolate_file_path=content/content_browsertests.isolate" |
| 860 ], |
| 861 "test": "content_browsertests" |
| 862 }, |
| 863 { |
| 864 "args": [ |
| 865 "--isolate_file_path=content/content_unittests.isolate" |
| 866 ], |
| 867 "test": "content_unittests" |
| 868 }, |
| 869 { |
309 "test": "device_unittests" | 870 "test": "device_unittests" |
310 }, | 871 }, |
311 { | 872 { |
312 "test": "events_unittests" | 873 "test": "events_unittests" |
313 }, | 874 }, |
314 { | 875 { |
315 "test": "gl_tests" | 876 "test": "gl_tests" |
316 }, | 877 }, |
317 { | 878 { |
318 "test": "gl_unittests" | 879 "test": "gl_unittests" |
319 }, | 880 }, |
320 { | 881 { |
321 "test": "gpu_unittests" | 882 "test": "gpu_unittests" |
322 }, | 883 }, |
323 { | 884 { |
324 "test": "ipc_tests" | 885 "test": "ipc_tests" |
| 886 }, |
| 887 { |
| 888 "args": [ |
| 889 "--isolate_file_path=media/media_unittests.isolate" |
| 890 ], |
| 891 "test": "media_unittests" |
| 892 }, |
| 893 { |
| 894 "args": [ |
| 895 "--isolate_file_path=net/net_unittests.isolate" |
| 896 ], |
| 897 "test": "net_unittests" |
| 898 }, |
| 899 { |
| 900 "override_compile_targets": [ |
| 901 "sandbox_linux_unittests_deps" |
| 902 ], |
| 903 "test": "sandbox_linux_unittests" |
| 904 }, |
| 905 { |
| 906 "args": [ |
| 907 "--isolate_file_path=sql/sql_unittests.isolate" |
| 908 ], |
| 909 "test": "sql_unittests" |
| 910 }, |
| 911 { |
| 912 "args": [ |
| 913 "--isolate_file_path=sync/sync_unit_tests.isolate" |
| 914 ], |
| 915 "test": "sync_unit_tests" |
| 916 }, |
| 917 { |
| 918 "test": "ui_android_unittests" |
| 919 }, |
| 920 { |
| 921 "args": [ |
| 922 "--isolate_file_path=ui/base/ui_base_unittests.isolate" |
| 923 ], |
| 924 "test": "ui_base_unittests" |
| 925 }, |
| 926 { |
| 927 "test": "ui_touch_selection_unittests" |
| 928 }, |
| 929 { |
| 930 "args": [ |
| 931 "--isolate_file_path=chrome/unit_tests.isolate" |
| 932 ], |
| 933 "test": "unit_tests" |
325 } | 934 } |
326 ] | 935 ] |
327 }, | 936 }, |
328 "Marshmallow Tablet Tester": { | 937 "Marshmallow Tablet Tester": { |
329 "gtest_tests": [ | 938 "gtest_tests": [ |
330 { | 939 { |
331 "test": "android_webview_unittests" | 940 "test": "android_webview_unittests" |
332 }, | 941 }, |
333 { | 942 { |
| 943 "args": [ |
| 944 "--isolate_file_path=base/base_unittests.isolate" |
| 945 ], |
| 946 "test": "base_unittests" |
| 947 }, |
| 948 { |
| 949 "args": [ |
| 950 "--isolate_file_path=breakpad/breakpad_unittests.isolate" |
| 951 ], |
| 952 "override_compile_targets": [ |
| 953 "breakpad_unittests_deps" |
| 954 ], |
| 955 "test": "breakpad_unittests" |
| 956 }, |
| 957 { |
334 "test": "cc_unittests" | 958 "test": "cc_unittests" |
335 }, | 959 }, |
336 { | 960 { |
| 961 "args": [ |
| 962 "--isolate_file_path=components/components_browsertests.isolate" |
| 963 ], |
| 964 "test": "components_browsertests" |
| 965 }, |
| 966 { |
| 967 "args": [ |
| 968 "--isolate_file_path=components/components_unittests.isolate" |
| 969 ], |
| 970 "test": "components_unittests" |
| 971 }, |
| 972 { |
| 973 "args": [ |
| 974 "--isolate_file_path=content/content_browsertests.isolate" |
| 975 ], |
| 976 "test": "content_browsertests" |
| 977 }, |
| 978 { |
| 979 "args": [ |
| 980 "--isolate_file_path=content/content_unittests.isolate" |
| 981 ], |
| 982 "test": "content_unittests" |
| 983 }, |
| 984 { |
337 "test": "device_unittests" | 985 "test": "device_unittests" |
338 }, | 986 }, |
339 { | 987 { |
340 "test": "events_unittests" | 988 "test": "events_unittests" |
341 }, | 989 }, |
342 { | 990 { |
343 "test": "gl_tests" | 991 "test": "gl_tests" |
344 }, | 992 }, |
345 { | 993 { |
346 "test": "gl_unittests" | 994 "test": "gl_unittests" |
347 }, | 995 }, |
348 { | 996 { |
349 "test": "gpu_unittests" | 997 "test": "gpu_unittests" |
350 }, | 998 }, |
351 { | 999 { |
352 "test": "ipc_tests" | 1000 "test": "ipc_tests" |
| 1001 }, |
| 1002 { |
| 1003 "args": [ |
| 1004 "--isolate_file_path=media/media_unittests.isolate" |
| 1005 ], |
| 1006 "test": "media_unittests" |
| 1007 }, |
| 1008 { |
| 1009 "args": [ |
| 1010 "--isolate_file_path=net/net_unittests.isolate" |
| 1011 ], |
| 1012 "test": "net_unittests" |
| 1013 }, |
| 1014 { |
| 1015 "override_compile_targets": [ |
| 1016 "sandbox_linux_unittests_deps" |
| 1017 ], |
| 1018 "test": "sandbox_linux_unittests" |
| 1019 }, |
| 1020 { |
| 1021 "args": [ |
| 1022 "--isolate_file_path=sql/sql_unittests.isolate" |
| 1023 ], |
| 1024 "test": "sql_unittests" |
| 1025 }, |
| 1026 { |
| 1027 "args": [ |
| 1028 "--isolate_file_path=sync/sync_unit_tests.isolate" |
| 1029 ], |
| 1030 "test": "sync_unit_tests" |
| 1031 }, |
| 1032 { |
| 1033 "test": "ui_android_unittests" |
| 1034 }, |
| 1035 { |
| 1036 "args": [ |
| 1037 "--isolate_file_path=ui/base/ui_base_unittests.isolate" |
| 1038 ], |
| 1039 "test": "ui_base_unittests" |
| 1040 }, |
| 1041 { |
| 1042 "test": "ui_touch_selection_unittests" |
| 1043 }, |
| 1044 { |
| 1045 "args": [ |
| 1046 "--isolate_file_path=chrome/unit_tests.isolate" |
| 1047 ], |
| 1048 "test": "unit_tests" |
353 } | 1049 } |
354 ] | 1050 ] |
355 } | 1051 } |
356 } | 1052 } |
OLD | NEW |