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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/test_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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "@@@STEP_LOG_LINE@json.output@ ], @@@", 147 "@@@STEP_LOG_LINE@json.output@ ], @@@",
148 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 148 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
149 "@@@STEP_LOG_LINE@json.output@}@@@", 149 "@@@STEP_LOG_LINE@json.output@}@@@",
150 "@@@STEP_LOG_END@json.output@@@" 150 "@@@STEP_LOG_END@json.output@@@"
151 ] 151 ]
152 }, 152 },
153 { 153 {
154 "cmd": [ 154 "cmd": [
155 "echo", 155 "echo",
156 "-e", 156 "-e",
157 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2\", \n \"devi ce type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_mb\": false, \n \"xcode version\": \"fake xcode version\ "\n}" 157 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \ "tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \" fake device\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake te sts 2\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\ "\n}"
158 ], 158 ],
159 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
160 "name": "finalize build config" 160 "name": "finalize build config"
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "[BUILD]/scripts/slave/ios/find_xcode.py", 164 "[BUILD]/scripts/slave/ios/find_xcode.py",
165 "--json-file", 165 "--json-file",
166 "/path/to/tmp/json", 166 "/path/to/tmp/json",
167 "--version", 167 "--version",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "@@@STEP_LOG_END@fake log@@@", 277 "@@@STEP_LOG_END@fake log@@@",
278 "@@@STEP_LINK@fake URL text@fake URL@@@" 278 "@@@STEP_LINK@fake URL text@fake URL@@@"
279 ] 279 ]
280 }, 280 },
281 { 281 {
282 "name": "$result", 282 "name": "$result",
283 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 283 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
284 "status_code": 1 284 "status_code": 1
285 } 285 }
286 ] 286 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698