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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/infrastructure_failure.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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "@@@STEP_LOG_LINE@json.output@ ], @@@", 148 "@@@STEP_LOG_LINE@json.output@ ], @@@",
149 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 149 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
150 "@@@STEP_LOG_LINE@json.output@}@@@", 150 "@@@STEP_LOG_LINE@json.output@}@@@",
151 "@@@STEP_LOG_END@json.output@@@" 151 "@@@STEP_LOG_END@json.output@@@"
152 ] 152 ]
153 }, 153 },
154 { 154 {
155 "cmd": [ 155 "cmd": [
156 "echo", 156 "echo",
157 "-e", 157 "-e",
158 "{\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 \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimul ator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"d evice 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\": \"fak e xcode version\"\n}" 158 "{\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 \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimul ator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"d evice 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}"
159 ], 159 ],
160 "cwd": "[SLAVE_BUILD]", 160 "cwd": "[SLAVE_BUILD]",
161 "name": "finalize build config" 161 "name": "finalize build config"
162 }, 162 },
163 { 163 {
164 "cmd": [ 164 "cmd": [
165 "[BUILD]/scripts/slave/ios/find_xcode.py", 165 "[BUILD]/scripts/slave/ios/find_xcode.py",
166 "--json-file", 166 "--json-file",
167 "/path/to/tmp/json", 167 "/path/to/tmp/json",
168 "--version", 168 "--version",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "@@@STEP_LOG_END@fake log@@@", 274 "@@@STEP_LOG_END@fake log@@@",
275 "@@@STEP_LINK@fake URL text@fake URL@@@" 275 "@@@STEP_LINK@fake URL text@fake URL@@@"
276 ] 276 ]
277 }, 277 },
278 { 278 {
279 "name": "$result", 279 "name": "$result",
280 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 280 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
281 "status_code": 1 281 "status_code": 1
282 } 282 }
283 ] 283 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698