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

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

Issue 1915003004: Reflect new naming of isolate files for android_webview_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 "\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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "--screenshot", 378 "--screenshot",
379 "--host-driven-root", 379 "--host-driven-root",
380 "[SLAVE_BUILD]/src/chrome/test", 380 "[SLAVE_BUILD]/src/chrome/test",
381 "--test-apk", 381 "--test-apk",
382 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 382 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
383 "--apk-under-test", 383 "--apk-under-test",
384 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 384 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
385 "--additional-apk", 385 "--additional-apk",
386 "Additional.apk", 386 "Additional.apk",
387 "--isolate-file-path", 387 "--isolate-file-path",
388 "android_webview/android_webview_test_apk.isolate", 388 "android_webview/android_webview_test_data.isolate",
389 "--release", 389 "--release",
390 "--official-build" 390 "--official-build"
391 ], 391 ],
392 "cwd": "[SLAVE_BUILD]", 392 "cwd": "[SLAVE_BUILD]",
393 "env": { 393 "env": {
394 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 394 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
395 }, 395 },
396 "name": "Instrumentation test SmallTest" 396 "name": "Instrumentation test SmallTest"
397 }, 397 },
398 { 398 {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 471 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
472 }, 472 },
473 "name": "stack_tool_for_asan" 473 "name": "stack_tool_for_asan"
474 }, 474 },
475 { 475 {
476 "name": "$result", 476 "name": "$result",
477 "reason": "Infra Failure: Step('device_status_check') returned 1", 477 "reason": "Infra Failure: Step('device_status_check') returned 1",
478 "status_code": 1 478 "status_code": 1
479 } 479 }
480 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698