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

Side by Side Diff: scripts/slave/recipes/android/tester.expected/no_compile_because_of_analyze.json

Issue 591333002: [Android] Run java unit tests on the android tester bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 6 years, 3 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "android_dbg_tests_recipe", 10 "android_dbg_tests_recipe",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "cwd": "[SLAVE_BUILD]/src", 130 "cwd": "[SLAVE_BUILD]/src",
131 "name": "git diff to analyze patch", 131 "name": "git diff to analyze patch",
132 "stdout": "/path/to/tmp/" 132 "stdout": "/path/to/tmp/"
133 }, 133 },
134 { 134 {
135 "cmd": [ 135 "cmd": [
136 "python", 136 "python",
137 "-u", 137 "-u",
138 "[SLAVE_BUILD]/src/build/gyp_chromium", 138 "[SLAVE_BUILD]/src/build/gyp_chromium",
139 "--analyzer", 139 "--analyzer",
140 "{\"files\": [\"foo.cc\"], \"targets\": [\"mojo_test_apk\", \"android_webv iew_test_apk\", \"chrome_shell_test_apk\", \"content_shell_test_apk\", \"base_un ittests\", \"breakpad_unittests\", \"cc_unittests\", \"components_unittests\", \ "content_browsertests\", \"content_unittests\", \"events_unittests\", \"gl_tests \", \"gpu_unittests\", \"ipc_tests\", \"media_unittests\", \"net_unittests\", \" sandbox_linux_unittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_unittest s\", \"unit_tests\", \"webkit_unit_tests\"]}", 140 "{\"files\": [\"foo.cc\"], \"targets\": [\"mojo_test_apk\", \"android_webv iew_test_apk\", \"chrome_shell_test_apk\", \"content_shell_test_apk\", \"base_un ittests\", \"breakpad_unittests\", \"cc_unittests\", \"components_unittests\", \ "content_browsertests\", \"content_unittests\", \"events_unittests\", \"gl_tests \", \"gpu_unittests\", \"ipc_tests\", \"media_unittests\", \"net_unittests\", \" sandbox_linux_unittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_unittest s\", \"unit_tests\", \"webkit_unit_tests\", \"junit_unit_tests\"]}",
141 "/path/to/tmp/json" 141 "/path/to/tmp/json"
142 ], 142 ],
143 "env": { 143 "env": {
144 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1" 144 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1"
145 }, 145 },
146 "name": "analyze", 146 "name": "analyze",
147 "~followup_annotations": [ 147 "~followup_annotations": [
148 "@@@STEP_TEXT@No compile necessary@@@", 148 "@@@STEP_TEXT@No compile necessary@@@",
149 "@@@STEP_LOG_LINE@json.output@{@@@", 149 "@@@STEP_LOG_LINE@json.output@{@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No compile necessary\"@@@", 150 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No compile necessary\"@@@",
151 "@@@STEP_LOG_LINE@json.output@}@@@", 151 "@@@STEP_LOG_LINE@json.output@}@@@",
152 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
153 ] 153 ]
154 } 154 }
155 ] 155 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698