Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json

Issue 892463002: Merged Android and non-Android code paths to reuse code in GTestTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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", 10 "Android Tests",
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 { 438 {
439 "cmd": [ 439 "cmd": [
440 "python", 440 "python",
441 "-u", 441 "-u",
442 "[SLAVE_BUILD]/src/build/android/test_runner.py", 442 "[SLAVE_BUILD]/src/build/android/test_runner.py",
443 "gtest", 443 "gtest",
444 "-s", 444 "-s",
445 "android_webview_unittests", 445 "android_webview_unittests",
446 "--verbose", 446 "--verbose",
447 "--release", 447 "--release",
448 "--flakiness-dashboard-server=http://test-results.appspot.com" 448 "--flakiness-dashboard-server=http://test-results.appspot.com",
449 "--json-results-file",
450 "/path/to/tmp/json"
449 ], 451 ],
450 "env": { 452 "env": {
451 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 453 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
452 }, 454 },
453 "name": "android_webview_unittests" 455 "name": "android_webview_unittests"
454 }, 456 },
455 { 457 {
456 "cmd": [ 458 "cmd": [
457 "python", 459 "python",
458 "-u", 460 "-u",
459 "[SLAVE_BUILD]/src/build/android/test_runner.py", 461 "[SLAVE_BUILD]/src/build/android/test_runner.py",
460 "gtest", 462 "gtest",
461 "-s", 463 "-s",
462 "base_unittests", 464 "base_unittests",
463 "--verbose", 465 "--verbose",
464 "--release", 466 "--release",
465 "--flakiness-dashboard-server=http://test-results.appspot.com" 467 "--flakiness-dashboard-server=http://test-results.appspot.com",
468 "--json-results-file",
469 "/path/to/tmp/json"
466 ], 470 ],
467 "env": { 471 "env": {
468 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 472 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
469 }, 473 },
470 "name": "base_unittests" 474 "name": "base_unittests"
471 }, 475 },
472 { 476 {
473 "cmd": [ 477 "cmd": [
474 "python", 478 "python",
475 "-u", 479 "-u",
476 "[SLAVE_BUILD]/src/build/android/test_runner.py", 480 "[SLAVE_BUILD]/src/build/android/test_runner.py",
477 "gtest", 481 "gtest",
478 "-s", 482 "-s",
479 "breakpad_unittests", 483 "breakpad_unittests",
480 "--verbose", 484 "--verbose",
481 "--release", 485 "--release",
482 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ", 486 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
483 "--flakiness-dashboard-server=http://test-results.appspot.com" 487 "--flakiness-dashboard-server=http://test-results.appspot.com",
488 "--json-results-file",
489 "/path/to/tmp/json"
484 ], 490 ],
485 "env": { 491 "env": {
486 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 492 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
487 }, 493 },
488 "name": "breakpad_unittests" 494 "name": "breakpad_unittests"
489 }, 495 },
490 { 496 {
491 "cmd": [ 497 "cmd": [
492 "python", 498 "python",
493 "-u", 499 "-u",
494 "[SLAVE_BUILD]/src/build/android/test_runner.py", 500 "[SLAVE_BUILD]/src/build/android/test_runner.py",
495 "gtest", 501 "gtest",
496 "-s", 502 "-s",
497 "cc_unittests", 503 "cc_unittests",
498 "--verbose", 504 "--verbose",
499 "--release", 505 "--release",
500 "--flakiness-dashboard-server=http://test-results.appspot.com" 506 "--flakiness-dashboard-server=http://test-results.appspot.com",
507 "--json-results-file",
508 "/path/to/tmp/json"
501 ], 509 ],
502 "env": { 510 "env": {
503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 511 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
504 }, 512 },
505 "name": "cc_unittests" 513 "name": "cc_unittests"
506 }, 514 },
507 { 515 {
508 "cmd": [ 516 "cmd": [
509 "python", 517 "python",
510 "-u", 518 "-u",
511 "[SLAVE_BUILD]/src/build/android/test_runner.py", 519 "[SLAVE_BUILD]/src/build/android/test_runner.py",
512 "gtest", 520 "gtest",
513 "-s", 521 "-s",
514 "components_unittests", 522 "components_unittests",
515 "--verbose", 523 "--verbose",
516 "--release", 524 "--release",
517 "--flakiness-dashboard-server=http://test-results.appspot.com" 525 "--flakiness-dashboard-server=http://test-results.appspot.com",
526 "--json-results-file",
527 "/path/to/tmp/json"
518 ], 528 ],
519 "env": { 529 "env": {
520 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 530 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
521 }, 531 },
522 "name": "components_unittests" 532 "name": "components_unittests"
523 }, 533 },
524 { 534 {
525 "cmd": [ 535 "cmd": [
526 "python", 536 "python",
527 "-u", 537 "-u",
528 "[SLAVE_BUILD]/src/build/android/test_runner.py", 538 "[SLAVE_BUILD]/src/build/android/test_runner.py",
529 "gtest", 539 "gtest",
530 "-s", 540 "-s",
531 "content_browsertests", 541 "content_browsertests",
532 "--verbose", 542 "--verbose",
533 "--release", 543 "--release",
534 "--flakiness-dashboard-server=http://test-results.appspot.com" 544 "--flakiness-dashboard-server=http://test-results.appspot.com",
545 "--json-results-file",
546 "/path/to/tmp/json"
535 ], 547 ],
536 "env": { 548 "env": {
537 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 549 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
538 }, 550 },
539 "name": "content_browsertests" 551 "name": "content_browsertests"
540 }, 552 },
541 { 553 {
542 "cmd": [ 554 "cmd": [
543 "python", 555 "python",
544 "-u", 556 "-u",
545 "[SLAVE_BUILD]/src/build/android/test_runner.py", 557 "[SLAVE_BUILD]/src/build/android/test_runner.py",
546 "gtest", 558 "gtest",
547 "-s", 559 "-s",
548 "content_unittests", 560 "content_unittests",
549 "--verbose", 561 "--verbose",
550 "--release", 562 "--release",
551 "--flakiness-dashboard-server=http://test-results.appspot.com" 563 "--flakiness-dashboard-server=http://test-results.appspot.com",
564 "--json-results-file",
565 "/path/to/tmp/json"
552 ], 566 ],
553 "env": { 567 "env": {
554 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 568 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
555 }, 569 },
556 "name": "content_unittests" 570 "name": "content_unittests"
557 }, 571 },
558 { 572 {
559 "cmd": [ 573 "cmd": [
560 "python", 574 "python",
561 "-u", 575 "-u",
562 "[SLAVE_BUILD]/src/build/android/test_runner.py", 576 "[SLAVE_BUILD]/src/build/android/test_runner.py",
563 "gtest", 577 "gtest",
564 "-s", 578 "-s",
565 "events_unittests", 579 "events_unittests",
566 "--verbose", 580 "--verbose",
567 "--release", 581 "--release",
568 "--flakiness-dashboard-server=http://test-results.appspot.com" 582 "--flakiness-dashboard-server=http://test-results.appspot.com",
583 "--json-results-file",
584 "/path/to/tmp/json"
569 ], 585 ],
570 "env": { 586 "env": {
571 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 587 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
572 }, 588 },
573 "name": "events_unittests" 589 "name": "events_unittests"
574 }, 590 },
575 { 591 {
576 "cmd": [ 592 "cmd": [
577 "python", 593 "python",
578 "-u", 594 "-u",
579 "[SLAVE_BUILD]/src/build/android/test_runner.py", 595 "[SLAVE_BUILD]/src/build/android/test_runner.py",
580 "gtest", 596 "gtest",
581 "-s", 597 "-s",
582 "gl_tests", 598 "gl_tests",
583 "--verbose", 599 "--verbose",
584 "--release", 600 "--release",
585 "--flakiness-dashboard-server=http://test-results.appspot.com" 601 "--flakiness-dashboard-server=http://test-results.appspot.com",
602 "--json-results-file",
603 "/path/to/tmp/json"
586 ], 604 ],
587 "env": { 605 "env": {
588 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 606 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
589 }, 607 },
590 "name": "gl_tests" 608 "name": "gl_tests"
591 }, 609 },
592 { 610 {
593 "cmd": [ 611 "cmd": [
594 "python", 612 "python",
595 "-u", 613 "-u",
596 "[SLAVE_BUILD]/src/build/android/test_runner.py", 614 "[SLAVE_BUILD]/src/build/android/test_runner.py",
597 "gtest", 615 "gtest",
598 "-s", 616 "-s",
599 "gpu_unittests", 617 "gpu_unittests",
600 "--verbose", 618 "--verbose",
601 "--release", 619 "--release",
602 "--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"
603 ], 623 ],
604 "env": { 624 "env": {
605 "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"
606 }, 626 },
607 "name": "gpu_unittests" 627 "name": "gpu_unittests"
608 }, 628 },
609 { 629 {
610 "cmd": [ 630 "cmd": [
611 "python", 631 "python",
612 "-u", 632 "-u",
613 "[SLAVE_BUILD]/src/build/android/test_runner.py", 633 "[SLAVE_BUILD]/src/build/android/test_runner.py",
614 "gtest", 634 "gtest",
615 "-s", 635 "-s",
616 "ipc_tests", 636 "ipc_tests",
617 "--verbose", 637 "--verbose",
618 "--release", 638 "--release",
619 "--flakiness-dashboard-server=http://test-results.appspot.com" 639 "--flakiness-dashboard-server=http://test-results.appspot.com",
640 "--json-results-file",
641 "/path/to/tmp/json"
620 ], 642 ],
621 "env": { 643 "env": {
622 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 644 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
623 }, 645 },
624 "name": "ipc_tests" 646 "name": "ipc_tests"
625 }, 647 },
626 { 648 {
627 "cmd": [ 649 "cmd": [
628 "python", 650 "python",
629 "-u", 651 "-u",
630 "[SLAVE_BUILD]/src/build/android/test_runner.py", 652 "[SLAVE_BUILD]/src/build/android/test_runner.py",
631 "gtest", 653 "gtest",
632 "-s", 654 "-s",
633 "media_unittests", 655 "media_unittests",
634 "--verbose", 656 "--verbose",
635 "--release", 657 "--release",
636 "--flakiness-dashboard-server=http://test-results.appspot.com" 658 "--flakiness-dashboard-server=http://test-results.appspot.com",
659 "--json-results-file",
660 "/path/to/tmp/json"
637 ], 661 ],
638 "env": { 662 "env": {
639 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 663 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
640 }, 664 },
641 "name": "media_unittests" 665 "name": "media_unittests"
642 }, 666 },
643 { 667 {
644 "cmd": [ 668 "cmd": [
645 "python", 669 "python",
646 "-u", 670 "-u",
647 "[SLAVE_BUILD]/src/build/android/test_runner.py", 671 "[SLAVE_BUILD]/src/build/android/test_runner.py",
648 "gtest", 672 "gtest",
649 "-s", 673 "-s",
650 "net_unittests", 674 "net_unittests",
651 "--verbose", 675 "--verbose",
652 "--release", 676 "--release",
653 "--flakiness-dashboard-server=http://test-results.appspot.com" 677 "--flakiness-dashboard-server=http://test-results.appspot.com",
678 "--json-results-file",
679 "/path/to/tmp/json"
654 ], 680 ],
655 "env": { 681 "env": {
656 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 682 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
657 }, 683 },
658 "name": "net_unittests" 684 "name": "net_unittests"
659 }, 685 },
660 { 686 {
661 "cmd": [ 687 "cmd": [
662 "python", 688 "python",
663 "-u", 689 "-u",
664 "[SLAVE_BUILD]/src/build/android/test_runner.py", 690 "[SLAVE_BUILD]/src/build/android/test_runner.py",
665 "gtest", 691 "gtest",
666 "-s", 692 "-s",
667 "sandbox_linux_unittests", 693 "sandbox_linux_unittests",
668 "--verbose", 694 "--verbose",
669 "--release", 695 "--release",
670 "--flakiness-dashboard-server=http://test-results.appspot.com" 696 "--flakiness-dashboard-server=http://test-results.appspot.com",
697 "--json-results-file",
698 "/path/to/tmp/json"
671 ], 699 ],
672 "env": { 700 "env": {
673 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 701 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
674 }, 702 },
675 "name": "sandbox_linux_unittests" 703 "name": "sandbox_linux_unittests"
676 }, 704 },
677 { 705 {
678 "cmd": [ 706 "cmd": [
679 "python", 707 "python",
680 "-u", 708 "-u",
681 "[SLAVE_BUILD]/src/build/android/test_runner.py", 709 "[SLAVE_BUILD]/src/build/android/test_runner.py",
682 "gtest", 710 "gtest",
683 "-s", 711 "-s",
684 "sql_unittests", 712 "sql_unittests",
685 "--verbose", 713 "--verbose",
686 "--release", 714 "--release",
687 "--flakiness-dashboard-server=http://test-results.appspot.com" 715 "--flakiness-dashboard-server=http://test-results.appspot.com",
716 "--json-results-file",
717 "/path/to/tmp/json"
688 ], 718 ],
689 "env": { 719 "env": {
690 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 720 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
691 }, 721 },
692 "name": "sql_unittests" 722 "name": "sql_unittests"
693 }, 723 },
694 { 724 {
695 "cmd": [ 725 "cmd": [
696 "python", 726 "python",
697 "-u", 727 "-u",
698 "[SLAVE_BUILD]/src/build/android/test_runner.py", 728 "[SLAVE_BUILD]/src/build/android/test_runner.py",
699 "gtest", 729 "gtest",
700 "-s", 730 "-s",
701 "sync_unit_tests", 731 "sync_unit_tests",
702 "--verbose", 732 "--verbose",
703 "--release", 733 "--release",
704 "--flakiness-dashboard-server=http://test-results.appspot.com" 734 "--flakiness-dashboard-server=http://test-results.appspot.com",
735 "--json-results-file",
736 "/path/to/tmp/json"
705 ], 737 ],
706 "env": { 738 "env": {
707 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 739 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
708 }, 740 },
709 "name": "sync_unit_tests" 741 "name": "sync_unit_tests"
710 }, 742 },
711 { 743 {
712 "cmd": [ 744 "cmd": [
713 "python", 745 "python",
714 "-u", 746 "-u",
715 "[SLAVE_BUILD]/src/build/android/test_runner.py", 747 "[SLAVE_BUILD]/src/build/android/test_runner.py",
716 "gtest", 748 "gtest",
717 "-s", 749 "-s",
718 "ui_android_unittests", 750 "ui_android_unittests",
719 "--verbose", 751 "--verbose",
720 "--release", 752 "--release",
721 "--flakiness-dashboard-server=http://test-results.appspot.com" 753 "--flakiness-dashboard-server=http://test-results.appspot.com",
754 "--json-results-file",
755 "/path/to/tmp/json"
722 ], 756 ],
723 "env": { 757 "env": {
724 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 758 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
725 }, 759 },
726 "name": "ui_android_unittests" 760 "name": "ui_android_unittests"
727 }, 761 },
728 { 762 {
729 "cmd": [ 763 "cmd": [
730 "python", 764 "python",
731 "-u", 765 "-u",
732 "[SLAVE_BUILD]/src/build/android/test_runner.py", 766 "[SLAVE_BUILD]/src/build/android/test_runner.py",
733 "gtest", 767 "gtest",
734 "-s", 768 "-s",
735 "ui_base_unittests", 769 "ui_base_unittests",
736 "--verbose", 770 "--verbose",
737 "--release", 771 "--release",
738 "--flakiness-dashboard-server=http://test-results.appspot.com" 772 "--flakiness-dashboard-server=http://test-results.appspot.com",
773 "--json-results-file",
774 "/path/to/tmp/json"
739 ], 775 ],
740 "env": { 776 "env": {
741 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 777 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
742 }, 778 },
743 "name": "ui_base_unittests" 779 "name": "ui_base_unittests"
744 }, 780 },
745 { 781 {
746 "cmd": [ 782 "cmd": [
747 "python", 783 "python",
748 "-u", 784 "-u",
749 "[SLAVE_BUILD]/src/build/android/test_runner.py", 785 "[SLAVE_BUILD]/src/build/android/test_runner.py",
750 "gtest", 786 "gtest",
751 "-s", 787 "-s",
752 "ui_touch_selection_unittests", 788 "ui_touch_selection_unittests",
753 "--verbose", 789 "--verbose",
754 "--release", 790 "--release",
755 "--flakiness-dashboard-server=http://test-results.appspot.com" 791 "--flakiness-dashboard-server=http://test-results.appspot.com",
792 "--json-results-file",
793 "/path/to/tmp/json"
756 ], 794 ],
757 "env": { 795 "env": {
758 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 796 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
759 }, 797 },
760 "name": "ui_touch_selection_unittests" 798 "name": "ui_touch_selection_unittests"
761 }, 799 },
762 { 800 {
763 "cmd": [ 801 "cmd": [
764 "python", 802 "python",
765 "-u", 803 "-u",
766 "[SLAVE_BUILD]/src/build/android/test_runner.py", 804 "[SLAVE_BUILD]/src/build/android/test_runner.py",
767 "gtest", 805 "gtest",
768 "-s", 806 "-s",
769 "unit_tests", 807 "unit_tests",
770 "--verbose", 808 "--verbose",
771 "--release", 809 "--release",
772 "--flakiness-dashboard-server=http://test-results.appspot.com" 810 "--flakiness-dashboard-server=http://test-results.appspot.com",
811 "--json-results-file",
812 "/path/to/tmp/json"
773 ], 813 ],
774 "env": { 814 "env": {
775 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 815 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
776 }, 816 },
777 "name": "unit_tests" 817 "name": "unit_tests"
778 }, 818 },
779 { 819 {
780 "cmd": [ 820 "cmd": [
781 "python", 821 "python",
782 "-u", 822 "-u",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 884 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
845 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 885 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
846 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 886 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
847 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 887 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
848 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 888 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
849 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 889 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
850 "@@@STEP_LOG_END@python.inline@@@" 890 "@@@STEP_LOG_END@python.inline@@@"
851 ] 891 ]
852 } 892 }
853 ] 893 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698