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

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

Issue 792043006: android: Add entry for 'skia_unittests' to UNIT_TESTS list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: REBASE & retrain it Created 5 years, 11 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 "[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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "cwd": "[SLAVE_BUILD]/src", 133 "cwd": "[SLAVE_BUILD]/src",
134 "name": "git diff to analyze patch", 134 "name": "git diff to analyze patch",
135 "stdout": "/path/to/tmp/" 135 "stdout": "/path/to/tmp/"
136 }, 136 },
137 { 137 {
138 "cmd": [ 138 "cmd": [
139 "python", 139 "python",
140 "-u", 140 "-u",
141 "[SLAVE_BUILD]/src/build/gyp_chromium", 141 "[SLAVE_BUILD]/src/build/gyp_chromium",
142 "--analyzer", 142 "--analyzer",
143 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_test_apk\", \"c hrome_shell_test_apk\", \"content_shell_test_apk\", \"chrome_sync_shell_test_apk \", \"android_webview_unittests\", \"base_unittests\", \"breakpad_unittests\", \ "cc_unittests\", \"components_unittests\", \"content_browsertests\", \"content_u nittests\", \"events_unittests\", \"gl_tests\", \"gpu_unittests\", \"ipc_tests\" , \"media_unittests\", \"net_unittests\", \"sandbox_linux_unittests\", \"sql_uni ttests\", \"sync_unit_tests\", \"ui_android_unittests\", \"ui_base_unittests\", \"ui_touch_selection_unittests\", \"unit_tests\", \"junit_unit_tests\"]}", 143 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_test_apk\", \"c hrome_shell_test_apk\", \"content_shell_test_apk\", \"chrome_sync_shell_test_apk \", \"android_webview_unittests\", \"base_unittests\", \"breakpad_unittests\", \ "cc_unittests\", \"components_unittests\", \"content_browsertests\", \"content_u nittests\", \"events_unittests\", \"gl_tests\", \"gpu_unittests\", \"ipc_tests\" , \"media_unittests\", \"net_unittests\", \"sandbox_linux_unittests\", \"skia_un ittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_android_unittests\", \"u i_base_unittests\", \"ui_touch_selection_unittests\", \"unit_tests\", \"junit_un it_tests\"]}",
144 "/path/to/tmp/json" 144 "/path/to/tmp/json"
145 ], 145 ],
146 "env": { 146 "env": {
147 "GYP_CROSSCOMPILE": "1", 147 "GYP_CROSSCOMPILE": "1",
148 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1" 148 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1"
149 }, 149 },
150 "name": "analyze", 150 "name": "analyze",
151 "~followup_annotations": [ 151 "~followup_annotations": [
152 "@@@STEP_LOG_LINE@json.output@{@@@", 152 "@@@STEP_LOG_LINE@json.output@{@@@",
153 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 153 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
(...skipping 30 matching lines...) Expand all
184 "--goma-dir", 184 "--goma-dir",
185 "[BUILD]/goma", 185 "[BUILD]/goma",
186 "--", 186 "--",
187 "content_browsertests" 187 "content_browsertests"
188 ], 188 ],
189 "env": { 189 "env": {
190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
191 }, 191 },
192 "name": "compile" 192 "name": "compile"
193 } 193 }
194 ] 194 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698