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

Side by Side Diff: scripts/slave/recipe_modules/ios/example.expected/clobber.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fake", 8 "chromium.fake",
9 "--builder", 9 "--builder",
10 "ios", 10 "ios",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 111 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
112 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", 112 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@",
113 "@@@STEP_LOG_LINE@json.output@}@@@", 113 "@@@STEP_LOG_LINE@json.output@}@@@",
114 "@@@STEP_LOG_END@json.output@@@" 114 "@@@STEP_LOG_END@json.output@@@"
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "echo", 119 "echo",
120 "-e", 120 "-e",
121 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\" , \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\ "\n}" 121 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\" , \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"6.1.1\"\n}"
122 ], 122 ],
123 "cwd": "[SLAVE_BUILD]", 123 "cwd": "[SLAVE_BUILD]",
124 "name": "finalize build config" 124 "name": "finalize build config"
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "[BUILD]/scripts/slave/ios/find_xcode.py", 128 "[BUILD]/scripts/slave/ios/find_xcode.py",
129 "--json-file", 129 "--json-file",
130 "/path/to/tmp/json", 130 "/path/to/tmp/json",
131 "--version", 131 "--version",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ], 169 ],
170 "cwd": "[SLAVE_BUILD]/src/xcodebuild", 170 "cwd": "[SLAVE_BUILD]/src/xcodebuild",
171 "name": "compile" 171 "name": "compile"
172 }, 172 },
173 { 173 {
174 "name": "$result", 174 "name": "$result",
175 "recipe_result": null, 175 "recipe_result": null,
176 "status_code": 0 176 "status_code": 0
177 } 177 }
178 ] 178 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/ios/example.expected/basic.json ('k') | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698