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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/icu_patch.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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 }, 421 },
422 { 422 {
423 "cmd": [], 423 "cmd": [],
424 "name": "isolate" 424 "name": "isolate"
425 }, 425 },
426 { 426 {
427 "cmd": [ 427 "cmd": [
428 "python", 428 "python",
429 "-u", 429 "-u",
430 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 430 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
431 "{\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}", 431 "{\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}",
432 "[SLAVE_BUILD]/template.isolate" 432 "[SLAVE_BUILD]/template.isolate"
433 ], 433 ],
434 "name": "isolate.generate template.isolate", 434 "name": "isolate.generate template.isolate",
435 "~followup_annotations": [ 435 "~followup_annotations": [
436 "@@@STEP_NEST_LEVEL@1@@@", 436 "@@@STEP_NEST_LEVEL@1@@@",
437 "@@@STEP_LOG_LINE@template.isolate@{@@@", 437 "@@@STEP_LOG_LINE@template.isolate@{@@@",
438 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", 438 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@",
439 "@@@STEP_LOG_LINE@template.isolate@ [@@@", 439 "@@@STEP_LOG_LINE@template.isolate@ [@@@",
440 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", 440 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@",
441 "@@@STEP_LOG_LINE@template.isolate@ {@@@", 441 "@@@STEP_LOG_LINE@template.isolate@ {@@@",
442 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", 442 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@",
443 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", 443 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@",
444 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@", 444 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@",
445 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", 445 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@",
446 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", 446 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@",
447 "@@@STEP_LOG_LINE@template.isolate@ \"--args-json\", @@@",
448 "@@@STEP_LOG_LINE@template.isolate@ \"{\\\"xctest\\\": <(xctest )}\", @@@",
447 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", 449 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@",
448 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ", 450 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ",
449 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", 451 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@",
450 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", 452 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@",
451 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", 453 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@",
452 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@", 454 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@",
453 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", 455 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@",
454 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", 456 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@",
455 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", 457 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@",
456 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", 458 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@",
(...skipping 26 matching lines...) Expand all
483 { 485 {
484 "cmd": [], 486 "cmd": [],
485 "name": "trigger" 487 "name": "trigger"
486 }, 488 },
487 { 489 {
488 "name": "$result", 490 "name": "$result",
489 "recipe_result": null, 491 "recipe_result": null,
490 "status_code": 0 492 "status_code": 0
491 } 493 }
492 ] 494 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/gyp_goma.json ('k') | scripts/slave/recipes/ios/try.expected/no_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698