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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/infrastructure_failure.json

Issue 2238483003: Revert "ios: fix path to the test app" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: + webrtc expectations Created 4 years, 4 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[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 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "-C", 184 "-C",
185 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator" 185 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator"
186 ], 186 ],
187 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator", 187 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator",
188 "name": "compile" 188 "name": "compile"
189 }, 189 },
190 { 190 {
191 "cmd": [ 191 "cmd": [
192 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 192 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
193 "--app", 193 "--app",
194 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/fake tests 1.app", 194 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app",
195 "--json_file", 195 "--json_file",
196 "/path/to/tmp/json", 196 "/path/to/tmp/json",
197 "--iossim", 197 "--iossim",
198 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/iossim", 198 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
199 "--platform", 199 "--platform",
200 "fake device", 200 "fake device",
201 "--version", 201 "--version",
202 "8.0" 202 "8.0"
203 ], 203 ],
204 "name": "fake tests 1 (fake device iOS 8.0)", 204 "name": "fake tests 1 (fake device iOS 8.0)",
205 "~followup_annotations": [ 205 "~followup_annotations": [
206 "step returned non-zero exit code: 2", 206 "step returned non-zero exit code: 2",
207 "@@@STEP_LOG_LINE@json.output@{@@@", 207 "@@@STEP_LOG_LINE@json.output@{@@@",
208 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 208 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
(...skipping 11 matching lines...) Expand all
220 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 220 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
221 "@@@STEP_LOG_END@fake log@@@", 221 "@@@STEP_LOG_END@fake log@@@",
222 "@@@STEP_LINK@fake URL text@fake URL@@@", 222 "@@@STEP_LINK@fake URL text@fake URL@@@",
223 "@@@STEP_EXCEPTION@@@" 223 "@@@STEP_EXCEPTION@@@"
224 ] 224 ]
225 }, 225 },
226 { 226 {
227 "cmd": [ 227 "cmd": [
228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
229 "--app", 229 "--app",
230 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/fake tests 2.app", 230 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app",
231 "--json_file", 231 "--json_file",
232 "/path/to/tmp/json", 232 "/path/to/tmp/json",
233 "--iossim", 233 "--iossim",
234 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/iossim", 234 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
235 "--platform", 235 "--platform",
236 "fake device", 236 "fake device",
237 "--version", 237 "--version",
238 "7.1" 238 "7.1"
239 ], 239 ],
240 "name": "fake tests 2 (fake device iOS 7.1)", 240 "name": "fake tests 2 (fake device iOS 7.1)",
241 "~followup_annotations": [ 241 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@json.output@{@@@", 242 "@@@STEP_LOG_LINE@json.output@{@@@",
243 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 243 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 244 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
(...skipping 12 matching lines...) Expand all
257 "@@@STEP_LINK@fake URL text@fake URL@@@" 257 "@@@STEP_LINK@fake URL text@fake URL@@@"
258 ] 258 ]
259 }, 259 },
260 { 260 {
261 "name": "$result", 261 "name": "$result",
262 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 262 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
263 "recipe_result": null, 263 "recipe_result": null,
264 "status_code": 1 264 "status_code": 1
265 } 265 }
266 ] 266 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/basic.json ('k') | scripts/slave/recipes/webrtc/ios.expected/test_failure.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698