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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "-C", 232 "-C",
233 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator" 233 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator"
234 ], 234 ],
235 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator", 235 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator",
236 "name": "compile" 236 "name": "compile"
237 }, 237 },
238 { 238 {
239 "cmd": [ 239 "cmd": [
240 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 240 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
241 "--app", 241 "--app",
242 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/fake tests 1.app", 242 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app",
243 "--json_file", 243 "--json_file",
244 "/path/to/tmp/json", 244 "/path/to/tmp/json",
245 "--iossim", 245 "--iossim",
246 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/iossim", 246 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
247 "--platform", 247 "--platform",
248 "fake device", 248 "fake device",
249 "--version", 249 "--version",
250 "8.0" 250 "8.0"
251 ], 251 ],
252 "name": "fake tests 1 (fake device iOS 8.0)", 252 "name": "fake tests 1 (fake device iOS 8.0)",
253 "~followup_annotations": [ 253 "~followup_annotations": [
254 "step returned non-zero exit code: 2", 254 "step returned non-zero exit code: 2",
255 "@@@STEP_LOG_LINE@json.output@{@@@", 255 "@@@STEP_LOG_LINE@json.output@{@@@",
256 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 256 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
(...skipping 11 matching lines...) Expand all
268 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 268 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
269 "@@@STEP_LOG_END@fake log@@@", 269 "@@@STEP_LOG_END@fake log@@@",
270 "@@@STEP_LINK@fake URL text@fake URL@@@", 270 "@@@STEP_LINK@fake URL text@fake URL@@@",
271 "@@@STEP_EXCEPTION@@@" 271 "@@@STEP_EXCEPTION@@@"
272 ] 272 ]
273 }, 273 },
274 { 274 {
275 "cmd": [ 275 "cmd": [
276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
277 "--app", 277 "--app",
278 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/fake tests 2.app", 278 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app",
279 "--json_file", 279 "--json_file",
280 "/path/to/tmp/json", 280 "/path/to/tmp/json",
281 "--iossim", 281 "--iossim",
282 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/iossim", 282 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
283 "--platform", 283 "--platform",
284 "fake device", 284 "fake device",
285 "--version", 285 "--version",
286 "7.1" 286 "7.1"
287 ], 287 ],
288 "name": "fake tests 2 (fake device iOS 7.1)", 288 "name": "fake tests 2 (fake device iOS 7.1)",
289 "~followup_annotations": [ 289 "~followup_annotations": [
290 "@@@STEP_LOG_LINE@json.output@{@@@", 290 "@@@STEP_LOG_LINE@json.output@{@@@",
291 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 291 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
292 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 292 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
(...skipping 12 matching lines...) Expand all
305 "@@@STEP_LINK@fake URL text@fake URL@@@" 305 "@@@STEP_LINK@fake URL text@fake URL@@@"
306 ] 306 ]
307 }, 307 },
308 { 308 {
309 "name": "$result", 309 "name": "$result",
310 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 310 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
311 "recipe_result": null, 311 "recipe_result": null,
312 "status_code": 1 312 "status_code": 1
313 } 313 }
314 ] 314 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698