| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests (dbg)", | 10 "Android Tests (dbg)", |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 }, | 429 }, |
| 430 { | 430 { |
| 431 "cmd": [ | 431 "cmd": [ |
| 432 "python", | 432 "python", |
| 433 "-u", | 433 "-u", |
| 434 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 434 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 435 "gtest", | 435 "gtest", |
| 436 "-s", | 436 "-s", |
| 437 "android_webview_unittests", | 437 "android_webview_unittests", |
| 438 "--verbose", | 438 "--verbose", |
| 439 "--flakiness-dashboard-server=http://test-results.appspot.com" | 439 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 440 "--json-results-file", |
| 441 "/path/to/tmp/json" |
| 440 ], | 442 ], |
| 441 "env": { | 443 "env": { |
| 442 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 444 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 443 }, | 445 }, |
| 444 "name": "android_webview_unittests" | 446 "name": "android_webview_unittests" |
| 445 }, | 447 }, |
| 446 { | 448 { |
| 447 "cmd": [ | 449 "cmd": [ |
| 448 "python", | 450 "python", |
| 449 "-u", | 451 "-u", |
| 450 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 452 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 451 "gtest", | 453 "gtest", |
| 452 "-s", | 454 "-s", |
| 453 "base_unittests", | 455 "base_unittests", |
| 454 "--verbose", | 456 "--verbose", |
| 455 "--flakiness-dashboard-server=http://test-results.appspot.com" | 457 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 458 "--json-results-file", |
| 459 "/path/to/tmp/json" |
| 456 ], | 460 ], |
| 457 "env": { | 461 "env": { |
| 458 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 462 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 459 }, | 463 }, |
| 460 "name": "base_unittests" | 464 "name": "base_unittests" |
| 461 }, | 465 }, |
| 462 { | 466 { |
| 463 "cmd": [ | 467 "cmd": [ |
| 464 "python", | 468 "python", |
| 465 "-u", | 469 "-u", |
| 466 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 470 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 467 "gtest", | 471 "gtest", |
| 468 "-s", | 472 "-s", |
| 469 "breakpad_unittests", | 473 "breakpad_unittests", |
| 470 "--verbose", | 474 "--verbose", |
| 471 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", | 475 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", |
| 472 "--flakiness-dashboard-server=http://test-results.appspot.com" | 476 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 477 "--json-results-file", |
| 478 "/path/to/tmp/json" |
| 473 ], | 479 ], |
| 474 "env": { | 480 "env": { |
| 475 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 481 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 476 }, | 482 }, |
| 477 "name": "breakpad_unittests" | 483 "name": "breakpad_unittests" |
| 478 }, | 484 }, |
| 479 { | 485 { |
| 480 "cmd": [ | 486 "cmd": [ |
| 481 "python", | 487 "python", |
| 482 "-u", | 488 "-u", |
| 483 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 489 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 484 "gtest", | 490 "gtest", |
| 485 "-s", | 491 "-s", |
| 486 "cc_unittests", | 492 "cc_unittests", |
| 487 "--verbose", | 493 "--verbose", |
| 488 "--flakiness-dashboard-server=http://test-results.appspot.com" | 494 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 495 "--json-results-file", |
| 496 "/path/to/tmp/json" |
| 489 ], | 497 ], |
| 490 "env": { | 498 "env": { |
| 491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 499 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 492 }, | 500 }, |
| 493 "name": "cc_unittests" | 501 "name": "cc_unittests" |
| 494 }, | 502 }, |
| 495 { | 503 { |
| 496 "cmd": [ | 504 "cmd": [ |
| 497 "python", | 505 "python", |
| 498 "-u", | 506 "-u", |
| 499 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 507 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 500 "gtest", | 508 "gtest", |
| 501 "-s", | 509 "-s", |
| 502 "components_unittests", | 510 "components_unittests", |
| 503 "--verbose", | 511 "--verbose", |
| 504 "--flakiness-dashboard-server=http://test-results.appspot.com" | 512 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 513 "--json-results-file", |
| 514 "/path/to/tmp/json" |
| 505 ], | 515 ], |
| 506 "env": { | 516 "env": { |
| 507 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 517 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 508 }, | 518 }, |
| 509 "name": "components_unittests" | 519 "name": "components_unittests" |
| 510 }, | 520 }, |
| 511 { | 521 { |
| 512 "cmd": [ | 522 "cmd": [ |
| 513 "python", | 523 "python", |
| 514 "-u", | 524 "-u", |
| 515 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 525 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 516 "gtest", | 526 "gtest", |
| 517 "-s", | 527 "-s", |
| 518 "content_browsertests", | 528 "content_browsertests", |
| 519 "--verbose", | 529 "--verbose", |
| 520 "--flakiness-dashboard-server=http://test-results.appspot.com" | 530 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 531 "--json-results-file", |
| 532 "/path/to/tmp/json" |
| 521 ], | 533 ], |
| 522 "env": { | 534 "env": { |
| 523 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 535 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 524 }, | 536 }, |
| 525 "name": "content_browsertests" | 537 "name": "content_browsertests" |
| 526 }, | 538 }, |
| 527 { | 539 { |
| 528 "cmd": [ | 540 "cmd": [ |
| 529 "python", | 541 "python", |
| 530 "-u", | 542 "-u", |
| 531 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 543 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 532 "gtest", | 544 "gtest", |
| 533 "-s", | 545 "-s", |
| 534 "content_unittests", | 546 "content_unittests", |
| 535 "--verbose", | 547 "--verbose", |
| 536 "--flakiness-dashboard-server=http://test-results.appspot.com" | 548 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 549 "--json-results-file", |
| 550 "/path/to/tmp/json" |
| 537 ], | 551 ], |
| 538 "env": { | 552 "env": { |
| 539 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 553 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 540 }, | 554 }, |
| 541 "name": "content_unittests" | 555 "name": "content_unittests" |
| 542 }, | 556 }, |
| 543 { | 557 { |
| 544 "cmd": [ | 558 "cmd": [ |
| 545 "python", | 559 "python", |
| 546 "-u", | 560 "-u", |
| 547 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 561 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 548 "gtest", | 562 "gtest", |
| 549 "-s", | 563 "-s", |
| 550 "events_unittests", | 564 "events_unittests", |
| 551 "--verbose", | 565 "--verbose", |
| 552 "--flakiness-dashboard-server=http://test-results.appspot.com" | 566 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 567 "--json-results-file", |
| 568 "/path/to/tmp/json" |
| 553 ], | 569 ], |
| 554 "env": { | 570 "env": { |
| 555 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 571 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 556 }, | 572 }, |
| 557 "name": "events_unittests" | 573 "name": "events_unittests" |
| 558 }, | 574 }, |
| 559 { | 575 { |
| 560 "cmd": [ | 576 "cmd": [ |
| 561 "python", | 577 "python", |
| 562 "-u", | 578 "-u", |
| 563 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 579 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 564 "gtest", | 580 "gtest", |
| 565 "-s", | 581 "-s", |
| 566 "gl_tests", | 582 "gl_tests", |
| 567 "--verbose", | 583 "--verbose", |
| 568 "--flakiness-dashboard-server=http://test-results.appspot.com" | 584 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 585 "--json-results-file", |
| 586 "/path/to/tmp/json" |
| 569 ], | 587 ], |
| 570 "env": { | 588 "env": { |
| 571 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 589 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 572 }, | 590 }, |
| 573 "name": "gl_tests" | 591 "name": "gl_tests" |
| 574 }, | 592 }, |
| 575 { | 593 { |
| 576 "cmd": [ | 594 "cmd": [ |
| 577 "python", | 595 "python", |
| 578 "-u", | 596 "-u", |
| 579 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 597 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 580 "gtest", | 598 "gtest", |
| 581 "-s", | 599 "-s", |
| 582 "gpu_unittests", | 600 "gpu_unittests", |
| 583 "--verbose", | 601 "--verbose", |
| 584 "--flakiness-dashboard-server=http://test-results.appspot.com" | 602 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 603 "--json-results-file", |
| 604 "/path/to/tmp/json" |
| 585 ], | 605 ], |
| 586 "env": { | 606 "env": { |
| 587 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 607 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 588 }, | 608 }, |
| 589 "name": "gpu_unittests" | 609 "name": "gpu_unittests" |
| 590 }, | 610 }, |
| 591 { | 611 { |
| 592 "cmd": [ | 612 "cmd": [ |
| 593 "python", | 613 "python", |
| 594 "-u", | 614 "-u", |
| 595 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 615 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 596 "gtest", | 616 "gtest", |
| 597 "-s", | 617 "-s", |
| 598 "ipc_tests", | 618 "ipc_tests", |
| 599 "--verbose", | 619 "--verbose", |
| 600 "--flakiness-dashboard-server=http://test-results.appspot.com" | 620 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 621 "--json-results-file", |
| 622 "/path/to/tmp/json" |
| 601 ], | 623 ], |
| 602 "env": { | 624 "env": { |
| 603 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 625 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 604 }, | 626 }, |
| 605 "name": "ipc_tests" | 627 "name": "ipc_tests" |
| 606 }, | 628 }, |
| 607 { | 629 { |
| 608 "cmd": [ | 630 "cmd": [ |
| 609 "python", | 631 "python", |
| 610 "-u", | 632 "-u", |
| 611 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 633 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 612 "gtest", | 634 "gtest", |
| 613 "-s", | 635 "-s", |
| 614 "media_unittests", | 636 "media_unittests", |
| 615 "--verbose", | 637 "--verbose", |
| 616 "--flakiness-dashboard-server=http://test-results.appspot.com" | 638 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 639 "--json-results-file", |
| 640 "/path/to/tmp/json" |
| 617 ], | 641 ], |
| 618 "env": { | 642 "env": { |
| 619 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 643 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 620 }, | 644 }, |
| 621 "name": "media_unittests" | 645 "name": "media_unittests" |
| 622 }, | 646 }, |
| 623 { | 647 { |
| 624 "cmd": [ | 648 "cmd": [ |
| 625 "python", | 649 "python", |
| 626 "-u", | 650 "-u", |
| 627 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 651 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 628 "gtest", | 652 "gtest", |
| 629 "-s", | 653 "-s", |
| 630 "net_unittests", | 654 "net_unittests", |
| 631 "--verbose", | 655 "--verbose", |
| 632 "--flakiness-dashboard-server=http://test-results.appspot.com" | 656 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 657 "--json-results-file", |
| 658 "/path/to/tmp/json" |
| 633 ], | 659 ], |
| 634 "env": { | 660 "env": { |
| 635 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 661 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 636 }, | 662 }, |
| 637 "name": "net_unittests" | 663 "name": "net_unittests" |
| 638 }, | 664 }, |
| 639 { | 665 { |
| 640 "cmd": [ | 666 "cmd": [ |
| 641 "python", | 667 "python", |
| 642 "-u", | 668 "-u", |
| 643 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 669 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 644 "gtest", | 670 "gtest", |
| 645 "-s", | 671 "-s", |
| 646 "sandbox_linux_unittests", | 672 "sandbox_linux_unittests", |
| 647 "--verbose", | 673 "--verbose", |
| 648 "--flakiness-dashboard-server=http://test-results.appspot.com" | 674 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 675 "--json-results-file", |
| 676 "/path/to/tmp/json" |
| 649 ], | 677 ], |
| 650 "env": { | 678 "env": { |
| 651 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 679 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 652 }, | 680 }, |
| 653 "name": "sandbox_linux_unittests" | 681 "name": "sandbox_linux_unittests" |
| 654 }, | 682 }, |
| 655 { | 683 { |
| 656 "cmd": [ | 684 "cmd": [ |
| 657 "python", | 685 "python", |
| 658 "-u", | 686 "-u", |
| 659 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 687 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 660 "gtest", | 688 "gtest", |
| 661 "-s", | 689 "-s", |
| 662 "sql_unittests", | 690 "sql_unittests", |
| 663 "--verbose", | 691 "--verbose", |
| 664 "--flakiness-dashboard-server=http://test-results.appspot.com" | 692 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 693 "--json-results-file", |
| 694 "/path/to/tmp/json" |
| 665 ], | 695 ], |
| 666 "env": { | 696 "env": { |
| 667 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 697 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 668 }, | 698 }, |
| 669 "name": "sql_unittests" | 699 "name": "sql_unittests" |
| 670 }, | 700 }, |
| 671 { | 701 { |
| 672 "cmd": [ | 702 "cmd": [ |
| 673 "python", | 703 "python", |
| 674 "-u", | 704 "-u", |
| 675 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 705 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 676 "gtest", | 706 "gtest", |
| 677 "-s", | 707 "-s", |
| 678 "sync_unit_tests", | 708 "sync_unit_tests", |
| 679 "--verbose", | 709 "--verbose", |
| 680 "--flakiness-dashboard-server=http://test-results.appspot.com" | 710 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 711 "--json-results-file", |
| 712 "/path/to/tmp/json" |
| 681 ], | 713 ], |
| 682 "env": { | 714 "env": { |
| 683 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 715 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 684 }, | 716 }, |
| 685 "name": "sync_unit_tests" | 717 "name": "sync_unit_tests" |
| 686 }, | 718 }, |
| 687 { | 719 { |
| 688 "cmd": [ | 720 "cmd": [ |
| 689 "python", | 721 "python", |
| 690 "-u", | 722 "-u", |
| 691 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 723 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 692 "gtest", | 724 "gtest", |
| 693 "-s", | 725 "-s", |
| 694 "ui_android_unittests", | 726 "ui_android_unittests", |
| 695 "--verbose", | 727 "--verbose", |
| 696 "--flakiness-dashboard-server=http://test-results.appspot.com" | 728 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 729 "--json-results-file", |
| 730 "/path/to/tmp/json" |
| 697 ], | 731 ], |
| 698 "env": { | 732 "env": { |
| 699 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 733 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 700 }, | 734 }, |
| 701 "name": "ui_android_unittests" | 735 "name": "ui_android_unittests" |
| 702 }, | 736 }, |
| 703 { | 737 { |
| 704 "cmd": [ | 738 "cmd": [ |
| 705 "python", | 739 "python", |
| 706 "-u", | 740 "-u", |
| 707 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 741 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 708 "gtest", | 742 "gtest", |
| 709 "-s", | 743 "-s", |
| 710 "ui_base_unittests", | 744 "ui_base_unittests", |
| 711 "--verbose", | 745 "--verbose", |
| 712 "--flakiness-dashboard-server=http://test-results.appspot.com" | 746 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 747 "--json-results-file", |
| 748 "/path/to/tmp/json" |
| 713 ], | 749 ], |
| 714 "env": { | 750 "env": { |
| 715 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 751 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 716 }, | 752 }, |
| 717 "name": "ui_base_unittests" | 753 "name": "ui_base_unittests" |
| 718 }, | 754 }, |
| 719 { | 755 { |
| 720 "cmd": [ | 756 "cmd": [ |
| 721 "python", | 757 "python", |
| 722 "-u", | 758 "-u", |
| 723 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 759 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 724 "gtest", | 760 "gtest", |
| 725 "-s", | 761 "-s", |
| 726 "ui_touch_selection_unittests", | 762 "ui_touch_selection_unittests", |
| 727 "--verbose", | 763 "--verbose", |
| 728 "--flakiness-dashboard-server=http://test-results.appspot.com" | 764 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 765 "--json-results-file", |
| 766 "/path/to/tmp/json" |
| 729 ], | 767 ], |
| 730 "env": { | 768 "env": { |
| 731 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 769 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 732 }, | 770 }, |
| 733 "name": "ui_touch_selection_unittests" | 771 "name": "ui_touch_selection_unittests" |
| 734 }, | 772 }, |
| 735 { | 773 { |
| 736 "cmd": [ | 774 "cmd": [ |
| 737 "python", | 775 "python", |
| 738 "-u", | 776 "-u", |
| 739 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 777 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 740 "gtest", | 778 "gtest", |
| 741 "-s", | 779 "-s", |
| 742 "unit_tests", | 780 "unit_tests", |
| 743 "--verbose", | 781 "--verbose", |
| 744 "--flakiness-dashboard-server=http://test-results.appspot.com" | 782 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 783 "--json-results-file", |
| 784 "/path/to/tmp/json" |
| 745 ], | 785 ], |
| 746 "env": { | 786 "env": { |
| 747 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 787 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 748 }, | 788 }, |
| 749 "name": "unit_tests" | 789 "name": "unit_tests" |
| 750 }, | 790 }, |
| 751 { | 791 { |
| 752 "cmd": [ | 792 "cmd": [ |
| 753 "python", | 793 "python", |
| 754 "-u", | 794 "-u", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 856 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 817 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 857 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 818 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 858 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 819 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 859 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 820 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 860 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 821 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 861 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 822 "@@@STEP_LOG_END@python.inline@@@" | 862 "@@@STEP_LOG_END@python.inline@@@" |
| 823 ] | 863 ] |
| 824 } | 864 } |
| 825 ] | 865 ] |
| OLD | NEW |