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

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

Powered by Google App Engine
This is Rietveld 408576698