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/multiple_failures.json

Issue 2221923002: ios: fix path to the test app (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "-sdk", 256 "-sdk",
257 "iphonesimulator7.1" 257 "iphonesimulator7.1"
258 ], 258 ],
259 "cwd": "[BUILDER_CACHE]/ios/src/xcodebuild", 259 "cwd": "[BUILDER_CACHE]/ios/src/xcodebuild",
260 "name": "compile" 260 "name": "compile"
261 }, 261 },
262 { 262 {
263 "cmd": [ 263 "cmd": [
264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
265 "--app", 265 "--app",
266 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", 266 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app ",
267 "--json_file", 267 "--json_file",
268 "/path/to/tmp/json", 268 "/path/to/tmp/json",
269 "--iossim", 269 "--iossim",
270 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 270 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
271 "--platform", 271 "--platform",
272 "fake device", 272 "fake device",
273 "--version", 273 "--version",
274 "8.1" 274 "8.1"
275 ], 275 ],
276 "name": "fake tests 1 (fake device iOS 8.1)", 276 "name": "fake tests 1 (fake device iOS 8.1)",
(...skipping 13 matching lines...) Expand all
290 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 290 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
291 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 291 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
292 "@@@STEP_LOG_END@fake log@@@", 292 "@@@STEP_LOG_END@fake log@@@",
293 "@@@STEP_LINK@fake URL text@fake URL@@@" 293 "@@@STEP_LINK@fake URL text@fake URL@@@"
294 ] 294 ]
295 }, 295 },
296 { 296 {
297 "cmd": [ 297 "cmd": [
298 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 298 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
299 "--app", 299 "--app",
300 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", 300 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app ",
301 "--json_file", 301 "--json_file",
302 "/path/to/tmp/json", 302 "/path/to/tmp/json",
303 "--iossim", 303 "--iossim",
304 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 304 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
305 "--platform", 305 "--platform",
306 "fake device", 306 "fake device",
307 "--version", 307 "--version",
308 "8.1" 308 "8.1"
309 ], 309 ],
310 "name": "fake tests 2 (fake device iOS 8.1)", 310 "name": "fake tests 2 (fake device iOS 8.1)",
(...skipping 15 matching lines...) Expand all
326 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 326 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
327 "@@@STEP_LOG_END@fake log@@@", 327 "@@@STEP_LOG_END@fake log@@@",
328 "@@@STEP_LINK@fake URL text@fake URL@@@", 328 "@@@STEP_LINK@fake URL text@fake URL@@@",
329 "@@@STEP_FAILURE@@@" 329 "@@@STEP_FAILURE@@@"
330 ] 330 ]
331 }, 331 },
332 { 332 {
333 "cmd": [ 333 "cmd": [
334 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 334 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
335 "--app", 335 "--app",
336 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 3.app", 336 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 3.app ",
337 "--json_file", 337 "--json_file",
338 "/path/to/tmp/json", 338 "/path/to/tmp/json",
339 "--iossim", 339 "--iossim",
340 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 340 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
341 "--platform", 341 "--platform",
342 "fake device", 342 "fake device",
343 "--version", 343 "--version",
344 "8.1" 344 "8.1"
345 ], 345 ],
346 "name": "fake tests 3 (fake device iOS 8.1)", 346 "name": "fake tests 3 (fake device iOS 8.1)",
(...skipping 15 matching lines...) Expand all
362 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 362 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
363 "@@@STEP_LOG_END@fake log@@@", 363 "@@@STEP_LOG_END@fake log@@@",
364 "@@@STEP_LINK@fake URL text@fake URL@@@", 364 "@@@STEP_LINK@fake URL text@fake URL@@@",
365 "@@@STEP_FAILURE@@@" 365 "@@@STEP_FAILURE@@@"
366 ] 366 ]
367 }, 367 },
368 { 368 {
369 "cmd": [ 369 "cmd": [
370 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 370 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
371 "--app", 371 "--app",
372 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 4.app", 372 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 4.app ",
373 "--json_file", 373 "--json_file",
374 "/path/to/tmp/json", 374 "/path/to/tmp/json",
375 "--iossim", 375 "--iossim",
376 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 376 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
377 "--platform", 377 "--platform",
378 "fake device", 378 "fake device",
379 "--version", 379 "--version",
380 "8.1" 380 "8.1"
381 ], 381 ],
382 "name": "fake tests 4 (fake device iOS 8.1)", 382 "name": "fake tests 4 (fake device iOS 8.1)",
(...skipping 13 matching lines...) Expand all
396 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 396 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
397 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 397 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
398 "@@@STEP_LOG_END@fake log@@@", 398 "@@@STEP_LOG_END@fake log@@@",
399 "@@@STEP_LINK@fake URL text@fake URL@@@" 399 "@@@STEP_LINK@fake URL text@fake URL@@@"
400 ] 400 ]
401 }, 401 },
402 { 402 {
403 "cmd": [ 403 "cmd": [
404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
405 "--app", 405 "--app",
406 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 5.app", 406 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 5.app ",
407 "--json_file", 407 "--json_file",
408 "/path/to/tmp/json", 408 "/path/to/tmp/json",
409 "--iossim", 409 "--iossim",
410 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 410 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
411 "--platform", 411 "--platform",
412 "fake device", 412 "fake device",
413 "--version", 413 "--version",
414 "8.1" 414 "8.1"
415 ], 415 ],
416 "name": "fake tests 5 (fake device iOS 8.1)", 416 "name": "fake tests 5 (fake device iOS 8.1)",
(...skipping 15 matching lines...) Expand all
432 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 432 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
433 "@@@STEP_LOG_END@fake log@@@", 433 "@@@STEP_LOG_END@fake log@@@",
434 "@@@STEP_LINK@fake URL text@fake URL@@@", 434 "@@@STEP_LINK@fake URL text@fake URL@@@",
435 "@@@STEP_EXCEPTION@@@" 435 "@@@STEP_EXCEPTION@@@"
436 ] 436 ]
437 }, 437 },
438 { 438 {
439 "cmd": [ 439 "cmd": [
440 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 440 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
441 "--app", 441 "--app",
442 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 6.app", 442 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 6.app ",
443 "--json_file", 443 "--json_file",
444 "/path/to/tmp/json", 444 "/path/to/tmp/json",
445 "--iossim", 445 "--iossim",
446 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 446 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
447 "--platform", 447 "--platform",
448 "fake device", 448 "fake device",
449 "--version", 449 "--version",
450 "8.1" 450 "8.1"
451 ], 451 ],
452 "name": "fake tests 6 (fake device iOS 8.1)", 452 "name": "fake tests 6 (fake device iOS 8.1)",
(...skipping 16 matching lines...) Expand all
469 "@@@STEP_LINK@fake URL text@fake URL@@@" 469 "@@@STEP_LINK@fake URL text@fake URL@@@"
470 ] 470 ]
471 }, 471 },
472 { 472 {
473 "name": "$result", 473 "name": "$result",
474 "reason": "Failed fake tests 2 (fake device iOS 8.1), fake tests 3 (fake dev ice iOS 8.1), fake tests 5 (fake device iOS 8.1).", 474 "reason": "Failed fake tests 2 (fake device iOS 8.1), fake tests 3 (fake dev ice iOS 8.1), fake tests 5 (fake device iOS 8.1).",
475 "recipe_result": null, 475 "recipe_result": null,
476 "status_code": 1 476 "status_code": 1
477 } 477 }
478 ] 478 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698