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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/no_tests.json

Issue 2446843002: Reland "Support xctests" (Closed)
Patch Set: Created 4 years, 1 month 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 }, 411 },
412 { 412 {
413 "cmd": [], 413 "cmd": [],
414 "name": "isolate" 414 "name": "isolate"
415 }, 415 },
416 { 416 {
417 "cmd": [ 417 "cmd": [
418 "python", 418 "python",
419 "-u", 419 "-u",
420 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 420 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
421 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bo ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \" --xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\ ", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--pla tform\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_pa th)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/D ebug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}", 421 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bo ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--args-json\", \n \"{\\\"xctest\\\": <(xctest)}\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \"-- xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--platf orm\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_path )/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/Deb ug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}",
422 "[SLAVE_BUILD]/template.isolate" 422 "[SLAVE_BUILD]/template.isolate"
423 ], 423 ],
424 "name": "isolate.generate template.isolate", 424 "name": "isolate.generate template.isolate",
425 "~followup_annotations": [ 425 "~followup_annotations": [
426 "@@@STEP_NEST_LEVEL@1@@@", 426 "@@@STEP_NEST_LEVEL@1@@@",
427 "@@@STEP_LOG_LINE@template.isolate@{@@@", 427 "@@@STEP_LOG_LINE@template.isolate@{@@@",
428 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", 428 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@",
429 "@@@STEP_LOG_LINE@template.isolate@ [@@@", 429 "@@@STEP_LOG_LINE@template.isolate@ [@@@",
430 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", 430 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@",
431 "@@@STEP_LOG_LINE@template.isolate@ {@@@", 431 "@@@STEP_LOG_LINE@template.isolate@ {@@@",
432 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", 432 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@",
433 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", 433 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@",
434 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@", 434 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@",
435 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", 435 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@",
436 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", 436 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@",
437 "@@@STEP_LOG_LINE@template.isolate@ \"--args-json\", @@@",
438 "@@@STEP_LOG_LINE@template.isolate@ \"{\\\"xctest\\\": <(xctest )}\", @@@",
437 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", 439 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@",
438 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ", 440 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ",
439 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", 441 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@",
440 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", 442 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@",
441 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", 443 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@",
442 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@", 444 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@",
443 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", 445 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@",
444 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", 446 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@",
445 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", 447 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@",
446 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", 448 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@",
(...skipping 14 matching lines...) Expand all
461 { 463 {
462 "cmd": [], 464 "cmd": [],
463 "name": "trigger" 465 "name": "trigger"
464 }, 466 },
465 { 467 {
466 "name": "$result", 468 "name": "$result",
467 "recipe_result": null, 469 "recipe_result": null,
468 "status_code": 0 470 "status_code": 0
469 } 471 }
470 ] 472 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/icu_patch.json ('k') | scripts/slave/recipes/ios/try.expected/parent.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698