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

Side by Side Diff: scripts/slave/recipe_modules/ios/example.expected/clobber.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data /firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplu gins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame _rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data /ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/ data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests ': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data /tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/b mp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_sh ell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': '.DEPS.gi t', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal.goo glesource.com/chrome/src-internal.git'}]\ntarget_os = ['ios']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data /firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplu gins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame _rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data /ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/ data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests ': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data /tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/b mp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_sh ell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': '.DEPS.gi t', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal.goo glesource.com/chrome/src-internal.git'}]\ntarget_os = ['ios']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 }, 287 },
288 { 288 {
289 "cmd": [], 289 "cmd": [],
290 "name": "isolate" 290 "name": "isolate"
291 }, 291 },
292 { 292 {
293 "cmd": [ 293 "cmd": [
294 "python", 294 "python",
295 "-u", 295 "-u",
296 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 296 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
297 "{\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}", 297 "{\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}",
298 "[SLAVE_BUILD]/template.isolate" 298 "[SLAVE_BUILD]/template.isolate"
299 ], 299 ],
300 "name": "isolate.generate template.isolate", 300 "name": "isolate.generate template.isolate",
301 "~followup_annotations": [ 301 "~followup_annotations": [
302 "@@@STEP_NEST_LEVEL@1@@@", 302 "@@@STEP_NEST_LEVEL@1@@@",
303 "@@@STEP_LOG_LINE@template.isolate@{@@@", 303 "@@@STEP_LOG_LINE@template.isolate@{@@@",
304 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", 304 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@",
305 "@@@STEP_LOG_LINE@template.isolate@ [@@@", 305 "@@@STEP_LOG_LINE@template.isolate@ [@@@",
306 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", 306 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@",
307 "@@@STEP_LOG_LINE@template.isolate@ {@@@", 307 "@@@STEP_LOG_LINE@template.isolate@ {@@@",
308 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", 308 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@",
309 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", 309 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@",
310 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@", 310 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@",
311 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", 311 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@",
312 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", 312 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@",
313 "@@@STEP_LOG_LINE@template.isolate@ \"--args-json\", @@@",
314 "@@@STEP_LOG_LINE@template.isolate@ \"{\\\"xctest\\\": <(xctest )}\", @@@",
313 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", 315 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@",
314 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ", 316 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ",
315 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", 317 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@",
316 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", 318 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@",
317 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", 319 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@",
318 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@", 320 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@",
319 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", 321 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@",
320 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", 322 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@",
321 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", 323 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@",
322 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", 324 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@",
(...skipping 14 matching lines...) Expand all
337 { 339 {
338 "cmd": [], 340 "cmd": [],
339 "name": "trigger" 341 "name": "trigger"
340 }, 342 },
341 { 343 {
342 "name": "$result", 344 "name": "$result",
343 "recipe_result": null, 345 "recipe_result": null,
344 "status_code": 0 346 "status_code": 0
345 } 347 }
346 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698