| OLD | NEW |
| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 150 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 152 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 153 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
| 154 ] | 154 ] |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "echo", | 158 "echo", |
| 159 "-e", | 159 "-e", |
| 160 "{\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 \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.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 \"device type\": \"fake device\", \n
\"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\":
\"fake xcode version\"\n}" | 160 "{\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 \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.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 \"device type\": \"fake device\", \n
\"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": tr
ue, \n \"xcode version\": \"fake xcode version\"\n}" |
| 161 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", | 162 "cwd": "[SLAVE_BUILD]", |
| 163 "name": "finalize build config" | 163 "name": "finalize build config" |
| 164 }, | 164 }, |
| 165 { | 165 { |
| 166 "cmd": [ | 166 "cmd": [ |
| 167 "[BUILD]/scripts/slave/ios/find_xcode.py", | 167 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 168 "--json-file", | 168 "--json-file", |
| 169 "/path/to/tmp/json", | 169 "/path/to/tmp/json", |
| 170 "--version", | 170 "--version", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "@@@STEP_LOG_END@fake log@@@", | 280 "@@@STEP_LOG_END@fake log@@@", |
| 281 "@@@STEP_LINK@fake URL text@fake URL@@@" | 281 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 282 ] | 282 ] |
| 283 }, | 283 }, |
| 284 { | 284 { |
| 285 "name": "$result", | 285 "name": "$result", |
| 286 "reason": "Failed fake tests 1 (fake device iOS 8.0).", | 286 "reason": "Failed fake tests 1 (fake device iOS 8.0).", |
| 287 "status_code": 1 | 287 "status_code": 1 |
| 288 } | 288 } |
| 289 ] | 289 ] |
| OLD | NEW |