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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/without_patch_failure.json

Issue 1410743010: Rework iOS recipes to use latest MB approach (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update w/ cleanup Created 5 years, 1 month 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 "[BUILD]/scripts/slave/ios/host_info.py", 4 "[BUILD]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "@@@STEP_LOG_LINE@json.output@ ], @@@", 144 "@@@STEP_LOG_LINE@json.output@ ], @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
146 "@@@STEP_LOG_LINE@json.output@}@@@", 146 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@" 147 "@@@STEP_LOG_END@json.output@@@"
148 ] 148 ]
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "echo", 152 "echo",
153 "-e", 153 "-e",
154 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \" app\": \"fake tests\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_mb\": false, \n \"x code version\": \"fake xcode version\"\n}" 154 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"test s\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake de vice\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"x code version\": \"fake xcode version\"\n}"
155 ], 155 ],
156 "cwd": "[SLAVE_BUILD]", 156 "cwd": "[SLAVE_BUILD]",
157 "name": "finalize build config" 157 "name": "finalize build config"
158 }, 158 },
159 { 159 {
160 "cmd": [ 160 "cmd": [
161 "[BUILD]/scripts/slave/ios/find_xcode.py", 161 "[BUILD]/scripts/slave/ios/find_xcode.py",
162 "--json-file", 162 "--json-file",
163 "/path/to/tmp/json", 163 "/path/to/tmp/json",
164 "--version", 164 "--version",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "@@@STEP_FAILURE@@@", 394 "@@@STEP_FAILURE@@@",
395 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 395 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "name": "$result", 399 "name": "$result",
400 "reason": "Step('compile (without patch)') failed with return_code 1", 400 "reason": "Step('compile (without patch)') failed with return_code 1",
401 "status_code": 1 401 "status_code": 1
402 } 402 }
403 ] 403 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698