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

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

Issue 1902983002: Revert of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "cwd": "[SLAVE_BUILD]", 597 "cwd": "[SLAVE_BUILD]",
598 "env": { 598 "env": {
599 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 599 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
600 }, 600 },
601 "name": "Instrumentation test SmallTest" 601 "name": "Instrumentation test SmallTest"
602 }, 602 },
603 { 603 {
604 "cmd": [ 604 "cmd": [
605 "python", 605 "python",
606 "-u", 606 "-u",
607 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", 607 "[SLAVE_BUILD]/src/build/android/test_runner.py",
608 "gtest",
609 "-s",
610 "unittests",
608 "--blacklist-file", 611 "--blacklist-file",
609 "[SLAVE_BUILD]/src/out/bad_devices.json", 612 "[SLAVE_BUILD]/src/out/bad_devices.json",
610 "--verbose", 613 "--verbose",
614 "--release",
611 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", 615 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate",
612 "--gtest_filter=WebRtc*", 616 "--gtest_filter=WebRtc*",
613 "--tool=asan" 617 "--tool=asan"
614 ], 618 ],
615 "cwd": "[SLAVE_BUILD]", 619 "cwd": "[SLAVE_BUILD]",
616 "env": { 620 "env": {
621 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
617 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 622 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
618 }, 623 },
619 "name": "unittests" 624 "name": "unittests"
620 }, 625 },
621 { 626 {
622 "cmd": [ 627 "cmd": [
623 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", 628 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py",
624 "-w", 629 "-w",
625 "[SLAVE_BUILD]" 630 "[SLAVE_BUILD]"
626 ], 631 ],
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 "~followup_annotations": [ 745 "~followup_annotations": [
741 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" 746 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@"
742 ] 747 ]
743 }, 748 },
744 { 749 {
745 "name": "$result", 750 "name": "$result",
746 "recipe_result": null, 751 "recipe_result": null,
747 "status_code": 0 752 "status_code": 0
748 } 753 }
749 ] 754 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698