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

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

Issue 1645723004: Src-ify Android Tests (build-side change). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "name": "Instrumentation test ChromeSyncShellTest", 603 "name": "Instrumentation test ChromeSyncShellTest",
604 "~followup_annotations": [ 604 "~followup_annotations": [
605 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 605 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
606 ] 606 ]
607 }, 607 },
608 { 608 {
609 "cmd": [ 609 "cmd": [
610 "python", 610 "python",
611 "-u", 611 "-u",
612 "[SLAVE_BUILD]/src/build/android/test_runner.py", 612 "[SLAVE_BUILD]/src/build/android/test_runner.py",
613 "gtest",
614 "-s",
615 "android_webview_unittests",
616 "--blacklist-file",
617 "[SLAVE_BUILD]/src/out/bad_devices.json",
618 "--verbose",
619 "--flakiness-dashboard-server=test-results.appspot.com",
620 "--json-results-file",
621 "/path/to/tmp/json"
622 ],
623 "cwd": "[SLAVE_BUILD]",
624 "env": {
625 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
626 },
627 "name": "android_webview_unittests"
628 },
629 {
630 "cmd": [
631 "python",
632 "-u",
633 "[SLAVE_BUILD]/src/build/android/test_runner.py",
634 "gtest",
635 "-s",
636 "base_unittests",
637 "--blacklist-file",
638 "[SLAVE_BUILD]/src/out/bad_devices.json",
639 "--verbose",
640 "--isolate_file_path=[SLAVE_BUILD]/src/base/base_unittests.isolate",
641 "--flakiness-dashboard-server=test-results.appspot.com",
642 "--json-results-file",
643 "/path/to/tmp/json"
644 ],
645 "cwd": "[SLAVE_BUILD]",
646 "env": {
647 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
648 },
649 "name": "base_unittests"
650 },
651 {
652 "cmd": [
653 "python",
654 "-u",
655 "[SLAVE_BUILD]/src/build/android/test_runner.py",
656 "gtest",
657 "-s",
658 "breakpad_unittests",
659 "--blacklist-file",
660 "[SLAVE_BUILD]/src/out/bad_devices.json",
661 "--verbose",
662 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
663 "--flakiness-dashboard-server=test-results.appspot.com",
664 "--json-results-file",
665 "/path/to/tmp/json"
666 ],
667 "cwd": "[SLAVE_BUILD]",
668 "env": {
669 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
670 },
671 "name": "breakpad_unittests"
672 },
673 {
674 "cmd": [
675 "python",
676 "-u",
677 "[SLAVE_BUILD]/src/build/android/test_runner.py",
678 "gtest",
679 "-s",
680 "cc_unittests",
681 "--blacklist-file",
682 "[SLAVE_BUILD]/src/out/bad_devices.json",
683 "--verbose",
684 "--flakiness-dashboard-server=test-results.appspot.com",
685 "--json-results-file",
686 "/path/to/tmp/json"
687 ],
688 "cwd": "[SLAVE_BUILD]",
689 "env": {
690 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
691 },
692 "name": "cc_unittests"
693 },
694 {
695 "cmd": [
696 "python",
697 "-u",
698 "[SLAVE_BUILD]/src/build/android/test_runner.py",
699 "gtest",
700 "-s",
701 "components_browsertests",
702 "--blacklist-file",
703 "[SLAVE_BUILD]/src/out/bad_devices.json",
704 "--verbose",
705 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests. isolate",
706 "--flakiness-dashboard-server=test-results.appspot.com",
707 "--json-results-file",
708 "/path/to/tmp/json"
709 ],
710 "cwd": "[SLAVE_BUILD]",
711 "env": {
712 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
713 },
714 "name": "components_browsertests"
715 },
716 {
717 "cmd": [
718 "python",
719 "-u",
720 "[SLAVE_BUILD]/src/build/android/test_runner.py",
721 "gtest",
722 "-s",
723 "components_unittests",
724 "--blacklist-file",
725 "[SLAVE_BUILD]/src/out/bad_devices.json",
726 "--verbose",
727 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_unittests.iso late",
728 "--flakiness-dashboard-server=test-results.appspot.com",
729 "--json-results-file",
730 "/path/to/tmp/json"
731 ],
732 "cwd": "[SLAVE_BUILD]",
733 "env": {
734 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
735 },
736 "name": "components_unittests"
737 },
738 {
739 "cmd": [
740 "python",
741 "-u",
742 "[SLAVE_BUILD]/src/build/android/test_runner.py",
743 "gtest",
744 "-s",
745 "content_browsertests",
746 "--blacklist-file",
747 "[SLAVE_BUILD]/src/out/bad_devices.json",
748 "--verbose",
749 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_browsertests.isolat e",
750 "--flakiness-dashboard-server=test-results.appspot.com",
751 "--json-results-file",
752 "/path/to/tmp/json"
753 ],
754 "cwd": "[SLAVE_BUILD]",
755 "env": {
756 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
757 },
758 "name": "content_browsertests"
759 },
760 {
761 "cmd": [
762 "python",
763 "-u",
764 "[SLAVE_BUILD]/src/build/android/test_runner.py",
765 "gtest",
766 "-s",
767 "content_unittests",
768 "--blacklist-file",
769 "[SLAVE_BUILD]/src/out/bad_devices.json",
770 "--verbose",
771 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_unittests.isolate",
772 "--flakiness-dashboard-server=test-results.appspot.com",
773 "--json-results-file",
774 "/path/to/tmp/json"
775 ],
776 "cwd": "[SLAVE_BUILD]",
777 "env": {
778 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
779 },
780 "name": "content_unittests"
781 },
782 {
783 "cmd": [
784 "python",
785 "-u",
786 "[SLAVE_BUILD]/src/build/android/test_runner.py",
787 "gtest",
788 "-s",
789 "device_unittests",
790 "--blacklist-file",
791 "[SLAVE_BUILD]/src/out/bad_devices.json",
792 "--verbose",
793 "--flakiness-dashboard-server=test-results.appspot.com",
794 "--json-results-file",
795 "/path/to/tmp/json"
796 ],
797 "cwd": "[SLAVE_BUILD]",
798 "env": {
799 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
800 },
801 "name": "device_unittests"
802 },
803 {
804 "cmd": [
805 "python",
806 "-u",
807 "[SLAVE_BUILD]/src/build/android/test_runner.py",
808 "gtest",
809 "-s",
810 "events_unittests",
811 "--blacklist-file",
812 "[SLAVE_BUILD]/src/out/bad_devices.json",
813 "--verbose",
814 "--flakiness-dashboard-server=test-results.appspot.com",
815 "--json-results-file",
816 "/path/to/tmp/json"
817 ],
818 "cwd": "[SLAVE_BUILD]",
819 "env": {
820 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
821 },
822 "name": "events_unittests"
823 },
824 {
825 "cmd": [
826 "python",
827 "-u",
828 "[SLAVE_BUILD]/src/build/android/test_runner.py",
829 "gtest",
830 "-s",
831 "gl_tests",
832 "--blacklist-file",
833 "[SLAVE_BUILD]/src/out/bad_devices.json",
834 "--verbose",
835 "--flakiness-dashboard-server=test-results.appspot.com",
836 "--json-results-file",
837 "/path/to/tmp/json"
838 ],
839 "cwd": "[SLAVE_BUILD]",
840 "env": {
841 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
842 },
843 "name": "gl_tests"
844 },
845 {
846 "cmd": [
847 "python",
848 "-u",
849 "[SLAVE_BUILD]/src/build/android/test_runner.py",
850 "gtest",
851 "-s",
852 "gl_unittests",
853 "--blacklist-file",
854 "[SLAVE_BUILD]/src/out/bad_devices.json",
855 "--verbose",
856 "--flakiness-dashboard-server=test-results.appspot.com",
857 "--json-results-file",
858 "/path/to/tmp/json"
859 ],
860 "cwd": "[SLAVE_BUILD]",
861 "env": {
862 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
863 },
864 "name": "gl_unittests"
865 },
866 {
867 "cmd": [
868 "python",
869 "-u",
870 "[SLAVE_BUILD]/src/build/android/test_runner.py",
871 "gtest",
872 "-s",
873 "gpu_unittests",
874 "--blacklist-file",
875 "[SLAVE_BUILD]/src/out/bad_devices.json",
876 "--verbose",
877 "--flakiness-dashboard-server=test-results.appspot.com",
878 "--json-results-file",
879 "/path/to/tmp/json"
880 ],
881 "cwd": "[SLAVE_BUILD]",
882 "env": {
883 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
884 },
885 "name": "gpu_unittests"
886 },
887 {
888 "cmd": [
889 "python",
890 "-u",
891 "[SLAVE_BUILD]/src/build/android/test_runner.py",
892 "gtest",
893 "-s",
894 "ipc_tests",
895 "--blacklist-file",
896 "[SLAVE_BUILD]/src/out/bad_devices.json",
897 "--verbose",
898 "--flakiness-dashboard-server=test-results.appspot.com",
899 "--json-results-file",
900 "/path/to/tmp/json"
901 ],
902 "cwd": "[SLAVE_BUILD]",
903 "env": {
904 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
905 },
906 "name": "ipc_tests"
907 },
908 {
909 "cmd": [
910 "python",
911 "-u",
912 "[SLAVE_BUILD]/src/build/android/test_runner.py",
913 "gtest",
914 "-s",
915 "media_unittests",
916 "--blacklist-file",
917 "[SLAVE_BUILD]/src/out/bad_devices.json",
918 "--verbose",
919 "--isolate_file_path=[SLAVE_BUILD]/src/media/media_unittests.isolate",
920 "--flakiness-dashboard-server=test-results.appspot.com",
921 "--json-results-file",
922 "/path/to/tmp/json"
923 ],
924 "cwd": "[SLAVE_BUILD]",
925 "env": {
926 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
927 },
928 "name": "media_unittests"
929 },
930 {
931 "cmd": [
932 "python",
933 "-u",
934 "[SLAVE_BUILD]/src/build/android/test_runner.py",
935 "gtest",
936 "-s",
937 "net_unittests",
938 "--blacklist-file",
939 "[SLAVE_BUILD]/src/out/bad_devices.json",
940 "--verbose",
941 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate",
942 "--flakiness-dashboard-server=test-results.appspot.com",
943 "--json-results-file",
944 "/path/to/tmp/json"
945 ],
946 "cwd": "[SLAVE_BUILD]",
947 "env": {
948 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
949 },
950 "name": "net_unittests"
951 },
952 {
953 "cmd": [
954 "python",
955 "-u",
956 "[SLAVE_BUILD]/src/build/android/test_runner.py",
957 "gtest",
958 "-s",
959 "sandbox_linux_unittests",
960 "--blacklist-file",
961 "[SLAVE_BUILD]/src/out/bad_devices.json",
962 "--verbose",
963 "--flakiness-dashboard-server=test-results.appspot.com",
964 "--json-results-file",
965 "/path/to/tmp/json"
966 ],
967 "cwd": "[SLAVE_BUILD]",
968 "env": {
969 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
970 },
971 "name": "sandbox_linux_unittests"
972 },
973 {
974 "cmd": [
975 "python",
976 "-u",
977 "[SLAVE_BUILD]/src/build/android/test_runner.py",
978 "gtest",
979 "-s",
980 "sql_unittests",
981 "--blacklist-file",
982 "[SLAVE_BUILD]/src/out/bad_devices.json",
983 "--verbose",
984 "--isolate_file_path=[SLAVE_BUILD]/src/sql/sql_unittests.isolate",
985 "--flakiness-dashboard-server=test-results.appspot.com",
986 "--json-results-file",
987 "/path/to/tmp/json"
988 ],
989 "cwd": "[SLAVE_BUILD]",
990 "env": {
991 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
992 },
993 "name": "sql_unittests"
994 },
995 {
996 "cmd": [
997 "python",
998 "-u",
999 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1000 "gtest",
1001 "-s",
1002 "sync_unit_tests",
1003 "--blacklist-file",
1004 "[SLAVE_BUILD]/src/out/bad_devices.json",
1005 "--verbose",
1006 "--isolate_file_path=[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate",
1007 "--flakiness-dashboard-server=test-results.appspot.com",
1008 "--json-results-file",
1009 "/path/to/tmp/json"
1010 ],
1011 "cwd": "[SLAVE_BUILD]",
1012 "env": {
1013 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1014 },
1015 "name": "sync_unit_tests"
1016 },
1017 {
1018 "cmd": [
1019 "python",
1020 "-u",
1021 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1022 "gtest",
1023 "-s",
1024 "ui_android_unittests",
1025 "--blacklist-file",
1026 "[SLAVE_BUILD]/src/out/bad_devices.json",
1027 "--verbose",
1028 "--flakiness-dashboard-server=test-results.appspot.com",
1029 "--json-results-file",
1030 "/path/to/tmp/json"
1031 ],
1032 "cwd": "[SLAVE_BUILD]",
1033 "env": {
1034 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1035 },
1036 "name": "ui_android_unittests"
1037 },
1038 {
1039 "cmd": [
1040 "python",
1041 "-u",
1042 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1043 "gtest",
1044 "-s",
1045 "ui_base_unittests",
1046 "--blacklist-file",
1047 "[SLAVE_BUILD]/src/out/bad_devices.json",
1048 "--verbose",
1049 "--isolate_file_path=[SLAVE_BUILD]/src/ui/base/ui_base_tests.isolate",
1050 "--flakiness-dashboard-server=test-results.appspot.com",
1051 "--json-results-file",
1052 "/path/to/tmp/json"
1053 ],
1054 "cwd": "[SLAVE_BUILD]",
1055 "env": {
1056 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1057 },
1058 "name": "ui_base_unittests"
1059 },
1060 {
1061 "cmd": [
1062 "python",
1063 "-u",
1064 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1065 "gtest",
1066 "-s",
1067 "ui_touch_selection_unittests",
1068 "--blacklist-file",
1069 "[SLAVE_BUILD]/src/out/bad_devices.json",
1070 "--verbose",
1071 "--flakiness-dashboard-server=test-results.appspot.com",
1072 "--json-results-file",
1073 "/path/to/tmp/json"
1074 ],
1075 "cwd": "[SLAVE_BUILD]",
1076 "env": {
1077 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1078 },
1079 "name": "ui_touch_selection_unittests"
1080 },
1081 {
1082 "cmd": [
1083 "python",
1084 "-u",
1085 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1086 "gtest",
1087 "-s",
1088 "unit_tests",
1089 "--blacklist-file",
1090 "[SLAVE_BUILD]/src/out/bad_devices.json",
1091 "--verbose",
1092 "--isolate_file_path=[SLAVE_BUILD]/src/chrome/unit_tests.isolate",
1093 "--flakiness-dashboard-server=test-results.appspot.com",
1094 "--json-results-file",
1095 "/path/to/tmp/json"
1096 ],
1097 "cwd": "[SLAVE_BUILD]",
1098 "env": {
1099 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1100 },
1101 "name": "unit_tests"
1102 },
1103 {
1104 "cmd": [
1105 "python",
1106 "-u",
1107 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1108 "junit", 613 "junit",
1109 "-s", 614 "-s",
1110 "base_junit_tests", 615 "base_junit_tests",
1111 "--verbose", 616 "--verbose",
1112 "--json-results-file", 617 "--json-results-file",
1113 "/path/to/tmp/json" 618 "/path/to/tmp/json"
1114 ], 619 ],
1115 "cwd": "[SLAVE_BUILD]", 620 "cwd": "[SLAVE_BUILD]",
1116 "env": { 621 "env": {
1117 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 622 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 826 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1322 "@@@STEP_LOG_END@python.inline@@@" 827 "@@@STEP_LOG_END@python.inline@@@"
1323 ] 828 ]
1324 }, 829 },
1325 { 830 {
1326 "name": "$result", 831 "name": "$result",
1327 "recipe_result": null, 832 "recipe_result": null,
1328 "status_code": 0 833 "status_code": 0
1329 } 834 }
1330 ] 835 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698