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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/tester_offline_devices.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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 478 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
479 }, 479 },
480 "name": "install AndroidWebView.apk" 480 "name": "install AndroidWebView.apk"
481 }, 481 },
482 { 482 {
483 "cmd": [ 483 "cmd": [
484 "python", 484 "python",
485 "-u", 485 "-u",
486 "[SLAVE_BUILD]/src/build/android/test_runner.py", 486 "[SLAVE_BUILD]/src/build/android/test_runner.py",
487 "instrumentation", 487 "instrumentation",
488 "--test-apk",
489 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
490 "--blacklist-file", 488 "--blacklist-file",
491 "[SLAVE_BUILD]/src/out/bad_devices.json", 489 "[SLAVE_BUILD]/src/out/bad_devices.json",
492 "--logcat-output-file", 490 "--logcat-output-file",
493 "/path/to/tmp/", 491 "/path/to/tmp/",
494 "--apk-under-test",
495 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
496 "--isolate-file-path",
497 "android_webview/android_webview_test_apk.isolate",
498 "--flakiness-dashboard-server", 492 "--flakiness-dashboard-server",
499 "test-results.appspot.com", 493 "test-results.appspot.com",
500 "-A", 494 "-A",
501 "SmallTest", 495 "SmallTest",
502 "-E", 496 "-E",
503 "FlakyTest", 497 "FlakyTest",
504 "--screenshot", 498 "--screenshot",
505 "--release",
506 "--host-driven-root", 499 "--host-driven-root",
507 "[SLAVE_BUILD]/src/chrome/test", 500 "[SLAVE_BUILD]/src/chrome/test",
501 "--test-apk",
502 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
503 "--apk-under-test",
504 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
505 "--additional-apk",
506 "Additional.apk",
507 "--isolate-file-path",
508 "android_webview/android_webview_test_apk.isolate",
509 "--release",
508 "--official-build" 510 "--official-build"
509 ], 511 ],
510 "cwd": "[SLAVE_BUILD]", 512 "cwd": "[SLAVE_BUILD]",
511 "name": "Instrumentation test SmallTest", 513 "name": "Instrumentation test SmallTest",
512 "~followup_annotations": [ 514 "~followup_annotations": [
513 "@@@STEP_LOG_LINE@logcat@logging...@@@", 515 "@@@STEP_LOG_LINE@logcat@logging...@@@",
514 "@@@STEP_LOG_LINE@logcat@beep@@@", 516 "@@@STEP_LOG_LINE@logcat@beep@@@",
515 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", 517 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@",
516 "@@@STEP_LOG_END@logcat@@@" 518 "@@@STEP_LOG_END@logcat@@@"
517 ] 519 ]
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 616 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
615 }, 617 },
616 "name": "stack_tool_for_asan" 618 "name": "stack_tool_for_asan"
617 }, 619 },
618 { 620 {
619 "name": "$result", 621 "name": "$result",
620 "recipe_result": null, 622 "recipe_result": null,
621 "status_code": 0 623 "status_code": 0
622 } 624 }
623 ] 625 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698