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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json

Issue 1659163003: WebRTC: Add iOS bots running tests with the simulator (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updated more expectations Created 4 years, 10 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
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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "@@@STEP_LOG_LINE@json.output@ ], @@@", 152 "@@@STEP_LOG_LINE@json.output@ ], @@@",
153 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 153 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
154 "@@@STEP_LOG_LINE@json.output@}@@@", 154 "@@@STEP_LOG_LINE@json.output@}@@@",
155 "@@@STEP_LOG_END@json.output@@@" 155 "@@@STEP_LOG_END@json.output@@@"
156 ] 156 ]
157 }, 157 },
158 { 158 {
159 "cmd": [ 159 "cmd": [
160 "echo", 160 "echo",
161 "-e", 161 "-e",
162 "{\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 \"fake env var 1\": \"fake env value 1\", \n \"fake env var 2\": \"fake env value 2\"\n }, \n \"gn_args\": [], \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 tests 2\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \ "xcode version\": \"fake xcode version\"\n}" 162 "{\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 \"fake env var 1\": \"fake env value 1\", \n \"fake env var 2\": \"fake env value 2\"\n }, \n \"gn_args\": [], \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 tests 2\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \ "use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
163 ], 163 ],
164 "cwd": "[SLAVE_BUILD]", 164 "cwd": "[SLAVE_BUILD]",
165 "name": "finalize build config" 165 "name": "finalize build config"
166 }, 166 },
167 { 167 {
168 "cmd": [ 168 "cmd": [
169 "[BUILD]/scripts/slave/ios/find_xcode.py", 169 "[BUILD]/scripts/slave/ios/find_xcode.py",
170 "--json-file", 170 "--json-file",
171 "/path/to/tmp/json", 171 "/path/to/tmp/json",
172 "--version", 172 "--version",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "@@@STEP_LOG_END@fake log@@@", 282 "@@@STEP_LOG_END@fake log@@@",
283 "@@@STEP_LINK@fake URL text@fake URL@@@" 283 "@@@STEP_LINK@fake URL text@fake URL@@@"
284 ] 284 ]
285 }, 285 },
286 { 286 {
287 "name": "$result", 287 "name": "$result",
288 "recipe_result": null, 288 "recipe_result": null,
289 "status_code": 0 289 "status_code": 0
290 } 290 }
291 ] 291 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698