| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 117 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 118 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 118 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 119 "@@@STEP_LOG_LINE@json.output@}@@@", | 119 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 120 "@@@STEP_LOG_END@json.output@@@" | 120 "@@@STEP_LOG_END@json.output@@@" |
| 121 ] | 121 ] |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [ | 124 "cmd": [ |
| 125 "echo", | 125 "echo", |
| 126 "-e", | 126 "-e", |
| 127 "{\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 \"compiler\": \"ninja\", \n \"configuratio
n\": \"Debug\", \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 \"xcode version\": \
"fake xcode version\"\n}" | 127 "{\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 \"compiler\": \"ninja\", \n \"configuratio
n\": \"Debug\", \n \"env\": {}, \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}" |
| 128 ], | 128 ], |
| 129 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
| 130 "name": "finalize build config" | 130 "name": "finalize build config" |
| 131 }, | 131 }, |
| 132 { | 132 { |
| 133 "cmd": [ | 133 "cmd": [ |
| 134 "[BUILD]/scripts/slave/ios/find_xcode.py", | 134 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 135 "--json-file", | 135 "--json-file", |
| 136 "/path/to/tmp/json", | 136 "/path/to/tmp/json", |
| 137 "--version", | 137 "--version", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 "cmd": [], | 233 "cmd": [], |
| 234 "cwd": "[SLAVE_BUILD]", | 234 "cwd": "[SLAVE_BUILD]", |
| 235 "name": "[skipped] fake tests (fake device iOS 8.1)", | 235 "name": "[skipped] fake tests (fake device iOS 8.1)", |
| 236 "~followup_annotations": [ | 236 "~followup_annotations": [ |
| 237 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" | 237 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" |
| 238 ] | 238 ] |
| 239 } | 239 } |
| 240 ] | 240 ] |
| OLD | NEW |