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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: coverage :( Created 4 years, 8 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 713 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
714 }, 714 },
715 "name": "install AndroidWebView.apk" 715 "name": "install AndroidWebView.apk"
716 }, 716 },
717 { 717 {
718 "cmd": [ 718 "cmd": [
719 "python", 719 "python",
720 "-u", 720 "-u",
721 "[SLAVE_BUILD]/src/build/android/test_runner.py", 721 "[SLAVE_BUILD]/src/build/android/test_runner.py",
722 "instrumentation", 722 "instrumentation",
723 "--test-apk",
724 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
725 "--blacklist-file", 723 "--blacklist-file",
726 "[SLAVE_BUILD]/src/out/bad_devices.json", 724 "[SLAVE_BUILD]/src/out/bad_devices.json",
727 "--logcat-output-file", 725 "--logcat-output-file",
728 "/path/to/tmp/", 726 "/path/to/tmp/",
729 "--apk-under-test",
730 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
731 "--isolate-file-path",
732 "android_webview/android_webview_test_apk.isolate",
733 "--flakiness-dashboard-server", 727 "--flakiness-dashboard-server",
734 "test-results.appspot.com", 728 "test-results.appspot.com",
735 "-A", 729 "-A",
736 "SmallTest", 730 "SmallTest",
737 "-E", 731 "-E",
738 "FlakyTest", 732 "FlakyTest",
739 "--screenshot", 733 "--screenshot",
740 "--release",
741 "--host-driven-root", 734 "--host-driven-root",
742 "[SLAVE_BUILD]/src/chrome/test", 735 "[SLAVE_BUILD]/src/chrome/test",
736 "--test-apk",
737 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
738 "--apk-under-test",
739 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
740 "--additional-apk",
741 "Additional.apk",
742 "--isolate-file-path",
743 "android_webview/android_webview_test_apk.isolate",
744 "--release",
743 "--official-build" 745 "--official-build"
744 ], 746 ],
745 "cwd": "[SLAVE_BUILD]", 747 "cwd": "[SLAVE_BUILD]",
746 "name": "Instrumentation test SmallTest", 748 "name": "Instrumentation test SmallTest",
747 "~followup_annotations": [ 749 "~followup_annotations": [
748 "@@@STEP_LOG_LINE@logcat@logging...@@@", 750 "@@@STEP_LOG_LINE@logcat@logging...@@@",
749 "@@@STEP_LOG_LINE@logcat@beep@@@", 751 "@@@STEP_LOG_LINE@logcat@beep@@@",
750 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", 752 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@",
751 "@@@STEP_LOG_END@logcat@@@" 753 "@@@STEP_LOG_END@logcat@@@"
752 ] 754 ]
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 829 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
828 }, 830 },
829 "name": "stack_tool_for_asan" 831 "name": "stack_tool_for_asan"
830 }, 832 },
831 { 833 {
832 "name": "$result", 834 "name": "$result",
833 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]", 835 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]",
834 "status_code": 1 836 "status_code": 1
835 } 837 }
836 ] 838 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698