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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/tester_other_device_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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 370 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
371 }, 371 },
372 "name": "install AndroidWebView.apk" 372 "name": "install AndroidWebView.apk"
373 }, 373 },
374 { 374 {
375 "cmd": [ 375 "cmd": [
376 "python", 376 "python",
377 "-u", 377 "-u",
378 "[SLAVE_BUILD]/src/build/android/test_runner.py", 378 "[SLAVE_BUILD]/src/build/android/test_runner.py",
379 "instrumentation", 379 "instrumentation",
380 "--test-apk",
381 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
382 "--blacklist-file", 380 "--blacklist-file",
383 "[SLAVE_BUILD]/src/out/bad_devices.json", 381 "[SLAVE_BUILD]/src/out/bad_devices.json",
384 "--logcat-output-file", 382 "--logcat-output-file",
385 "/path/to/tmp/", 383 "/path/to/tmp/",
386 "--apk-under-test",
387 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
388 "--isolate-file-path",
389 "android_webview/android_webview_test_apk.isolate",
390 "--flakiness-dashboard-server", 384 "--flakiness-dashboard-server",
391 "test-results.appspot.com", 385 "test-results.appspot.com",
392 "-A", 386 "-A",
393 "SmallTest", 387 "SmallTest",
394 "-E", 388 "-E",
395 "FlakyTest", 389 "FlakyTest",
396 "--screenshot", 390 "--screenshot",
397 "--release",
398 "--host-driven-root", 391 "--host-driven-root",
399 "[SLAVE_BUILD]/src/chrome/test", 392 "[SLAVE_BUILD]/src/chrome/test",
393 "--test-apk",
394 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
395 "--apk-under-test",
396 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
397 "--additional-apk",
398 "Additional.apk",
399 "--isolate-file-path",
400 "android_webview/android_webview_test_apk.isolate",
401 "--release",
400 "--official-build" 402 "--official-build"
401 ], 403 ],
402 "cwd": "[SLAVE_BUILD]", 404 "cwd": "[SLAVE_BUILD]",
403 "name": "Instrumentation test SmallTest", 405 "name": "Instrumentation test SmallTest",
404 "~followup_annotations": [ 406 "~followup_annotations": [
405 "@@@STEP_LOG_LINE@logcat@logging...@@@", 407 "@@@STEP_LOG_LINE@logcat@logging...@@@",
406 "@@@STEP_LOG_LINE@logcat@beep@@@", 408 "@@@STEP_LOG_LINE@logcat@beep@@@",
407 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", 409 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@",
408 "@@@STEP_LOG_END@logcat@@@" 410 "@@@STEP_LOG_END@logcat@@@"
409 ] 411 ]
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 486 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
485 }, 487 },
486 "name": "stack_tool_for_asan" 488 "name": "stack_tool_for_asan"
487 }, 489 },
488 { 490 {
489 "name": "$result", 491 "name": "$result",
490 "reason": "Infra Failure: Step('device_status_check') returned 2", 492 "reason": "Infra Failure: Step('device_status_check') returned 2",
491 "status_code": 2 493 "status_code": 2
492 } 494 }
493 ] 495 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698