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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 560 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
561 }, 561 },
562 "name": "install AndroidWebView.apk" 562 "name": "install AndroidWebView.apk"
563 }, 563 },
564 { 564 {
565 "cmd": [ 565 "cmd": [
566 "python", 566 "python",
567 "-u", 567 "-u",
568 "[SLAVE_BUILD]/src/build/android/test_runner.py", 568 "[SLAVE_BUILD]/src/build/android/test_runner.py",
569 "instrumentation", 569 "instrumentation",
570 "--test-apk",
571 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
572 "--blacklist-file", 570 "--blacklist-file",
573 "[SLAVE_BUILD]/src/out/bad_devices.json", 571 "[SLAVE_BUILD]/src/out/bad_devices.json",
574 "--logcat-output-file", 572 "--logcat-output-file",
575 "/path/to/tmp/", 573 "/path/to/tmp/",
576 "--apk-under-test",
577 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
578 "--isolate-file-path",
579 "android_webview/android_webview_test_apk.isolate",
580 "--flakiness-dashboard-server", 574 "--flakiness-dashboard-server",
581 "test-results.appspot.com", 575 "test-results.appspot.com",
582 "-A", 576 "-A",
583 "SmallTest", 577 "SmallTest",
584 "-E", 578 "-E",
585 "FlakyTest", 579 "FlakyTest",
586 "--screenshot", 580 "--screenshot",
587 "--release",
588 "--host-driven-root", 581 "--host-driven-root",
589 "[SLAVE_BUILD]/src/chrome/test", 582 "[SLAVE_BUILD]/src/chrome/test",
583 "--test-apk",
584 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
585 "--apk-under-test",
586 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
587 "--additional-apk",
588 "Additional.apk",
589 "--isolate-file-path",
590 "android_webview/android_webview_test_apk.isolate",
591 "--release",
590 "--official-build" 592 "--official-build"
591 ], 593 ],
592 "cwd": "[SLAVE_BUILD]", 594 "cwd": "[SLAVE_BUILD]",
593 "name": "Instrumentation test SmallTest", 595 "name": "Instrumentation test SmallTest",
594 "~followup_annotations": [ 596 "~followup_annotations": [
595 "@@@STEP_LOG_LINE@logcat@logging...@@@", 597 "@@@STEP_LOG_LINE@logcat@logging...@@@",
596 "@@@STEP_LOG_LINE@logcat@beep@@@", 598 "@@@STEP_LOG_LINE@logcat@beep@@@",
597 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", 599 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@",
598 "@@@STEP_LOG_END@logcat@@@" 600 "@@@STEP_LOG_END@logcat@@@"
599 ] 601 ]
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 773 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
772 }, 774 },
773 "name": "stack_tool_for_asan" 775 "name": "stack_tool_for_asan"
774 }, 776 },
775 { 777 {
776 "name": "$result", 778 "name": "$result",
777 "recipe_result": null, 779 "recipe_result": null,
778 "status_code": 0 780 "status_code": 0
779 } 781 }
780 ] 782 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698