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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 }, 571 },
572 { 572 {
573 "cmd": [], 573 "cmd": [],
574 "name": "isolate" 574 "name": "isolate"
575 }, 575 },
576 { 576 {
577 "cmd": [ 577 "cmd": [
578 "python", 578 "python",
579 "-u", 579 "-u",
580 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 580 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
581 "{\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}", 581 "{\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}",
582 "[SLAVE_BUILD]/template.isolate" 582 "[SLAVE_BUILD]/template.isolate"
583 ], 583 ],
584 "name": "isolate.generate template.isolate", 584 "name": "isolate.generate template.isolate",
585 "~followup_annotations": [ 585 "~followup_annotations": [
586 "@@@STEP_NEST_LEVEL@1@@@", 586 "@@@STEP_NEST_LEVEL@1@@@",
587 "@@@STEP_LOG_LINE@template.isolate@{@@@", 587 "@@@STEP_LOG_LINE@template.isolate@{@@@",
588 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", 588 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@",
589 "@@@STEP_LOG_LINE@template.isolate@ [@@@", 589 "@@@STEP_LOG_LINE@template.isolate@ [@@@",
590 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", 590 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@",
591 "@@@STEP_LOG_LINE@template.isolate@ {@@@", 591 "@@@STEP_LOG_LINE@template.isolate@ {@@@",
592 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", 592 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@",
593 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", 593 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@",
594 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@", 594 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@",
595 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", 595 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@",
596 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", 596 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@",
597 "@@@STEP_LOG_LINE@template.isolate@ \"--args-json\", @@@",
598 "@@@STEP_LOG_LINE@template.isolate@ \"{\\\"xctest\\\": <(xctest )}\", @@@",
597 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", 599 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@",
598 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ", 600 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ",
599 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", 601 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@",
600 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", 602 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@",
601 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", 603 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@",
602 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@", 604 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@",
603 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", 605 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@",
604 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", 606 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@",
605 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", 607 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@",
606 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", 608 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@",
607 "@@@STEP_LOG_LINE@template.isolate@ ], @@@", 609 "@@@STEP_LOG_LINE@template.isolate@ ], @@@",
608 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@", 610 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@",
609 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@", 611 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@",
610 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/\", @@@", 612 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/\", @@@",
611 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\"@@@", 613 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\"@@@",
612 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", 614 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
613 "@@@STEP_LOG_LINE@template.isolate@ }@@@", 615 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
614 "@@@STEP_LOG_LINE@template.isolate@ }@@@", 616 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
615 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", 617 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
616 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", 618 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
617 "@@@STEP_LOG_LINE@template.isolate@}@@@", 619 "@@@STEP_LOG_LINE@template.isolate@}@@@",
618 "@@@STEP_LOG_END@template.isolate@@@" 620 "@@@STEP_LOG_END@template.isolate@@@"
619 ] 621 ]
620 }, 622 },
621 { 623 {
622 "cmd": [ 624 "cmd": [
623 "python", 625 "python",
624 "-u", 626 "-u",
625 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 627 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
626 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi mulator/fake tests.app\", \n \"--config-variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--isolate\", \n \"[SLAVE_BUILD]/templat e.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\" , \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesim ulator/fake tests.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", 628 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi mulator/fake tests.app\", \n \"--config-variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--config-variable\", \n \"xctest\", \n \"false\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\", \n \"--path -variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake test s.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n ], \n \"dir\" : \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
627 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json" 629 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json"
628 ], 630 ],
629 "name": "isolate.generate 0.isolate.gen.json", 631 "name": "isolate.generate 0.isolate.gen.json",
630 "~followup_annotations": [ 632 "~followup_annotations": [
631 "@@@STEP_NEST_LEVEL@1@@@", 633 "@@@STEP_NEST_LEVEL@1@@@",
632 "@@@STEP_TEXT@fake tests (fake device iOS 8.1)@@@", 634 "@@@STEP_TEXT@fake tests (fake device iOS 8.1)@@@",
633 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@", 635 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@",
634 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@", 636 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@",
635 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", 637 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
636 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@", 638 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@",
637 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@", 639 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@",
638 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", 640 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
639 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", 641 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
640 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake tests.app\", @@@", 642 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake tests.app\", @@@",
641 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", 643 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
642 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@", 644 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@",
643 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@", 645 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@",
646 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
647 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xctest\", @@@",
648 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"false\", @@@",
644 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@", 649 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@",
645 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\ ", @@@", 650 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\ ", @@@",
646 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@", 651 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@",
647 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol ated\", @@@", 652 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol ated\", @@@",
648 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@", 653 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@",
649 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", 654 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
650 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake tests.app\", @@@", 655 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake tests.app\", @@@",
651 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", 656 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
652 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@", 657 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@",
653 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@", 658 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "@@@STEP_LOG_END@json.output@@@", 829 "@@@STEP_LOG_END@json.output@@@",
825 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 830 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
826 ] 831 ]
827 }, 832 },
828 { 833 {
829 "name": "$result", 834 "name": "$result",
830 "recipe_result": null, 835 "recipe_result": null,
831 "status_code": 0 836 "status_code": 0
832 } 837 }
833 ] 838 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/basic.json ('k') | scripts/slave/recipes/ios/try.expected/gyp_goma.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698