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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder.json

Issue 1881233003: Reland Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: attempted fix Created 4 years, 8 months 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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "--blacklist-file", 445 "--blacklist-file",
446 "[SLAVE_BUILD]/src/out/bad_devices.json" 446 "[SLAVE_BUILD]/src/out/bad_devices.json"
447 ], 447 ],
448 "cwd": "[SLAVE_BUILD]", 448 "cwd": "[SLAVE_BUILD]",
449 "name": "spawn_device_monitor" 449 "name": "spawn_device_monitor"
450 }, 450 },
451 { 451 {
452 "cmd": [ 452 "cmd": [
453 "python", 453 "python",
454 "-u", 454 "-u",
455 "[SLAVE_BUILD]/src/build/android/test_runner.py", 455 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_unittests",
456 "gtest",
457 "-s",
458 "cronet_unittests",
459 "--blacklist-file", 456 "--blacklist-file",
460 "[SLAVE_BUILD]/src/out/bad_devices.json", 457 "[SLAVE_BUILD]/src/out/bad_devices.json",
461 "--verbose", 458 "--verbose",
462 "--release",
463 "-t", 459 "-t",
464 "180" 460 "180"
465 ], 461 ],
466 "cwd": "[SLAVE_BUILD]", 462 "cwd": "[SLAVE_BUILD]",
467 "env": { 463 "env": {
468 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
469 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 464 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
470 }, 465 },
471 "name": "cronet_unittests" 466 "name": "cronet_unittests"
472 }, 467 },
473 { 468 {
474 "cmd": [ 469 "cmd": [
475 "python", 470 "python",
476 "-u", 471 "-u",
477 "[SLAVE_BUILD]/src/build/android/test_runner.py", 472 "[SLAVE_BUILD]/src/out/Release/bin/run_net_unittests",
478 "gtest",
479 "-s",
480 "net_unittests",
481 "--blacklist-file", 473 "--blacklist-file",
482 "[SLAVE_BUILD]/src/out/bad_devices.json", 474 "[SLAVE_BUILD]/src/out/bad_devices.json",
483 "--verbose", 475 "--verbose",
484 "--release",
485 "-t", 476 "-t",
486 "180" 477 "180"
487 ], 478 ],
488 "cwd": "[SLAVE_BUILD]", 479 "cwd": "[SLAVE_BUILD]",
489 "env": { 480 "env": {
490 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 481 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
492 }, 482 },
493 "name": "net_unittests" 483 "name": "net_unittests"
494 }, 484 },
495 { 485 {
496 "cmd": [ 486 "cmd": [
497 "python", 487 "python",
498 "-u", 488 "-u",
499 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_sample_test_apk", 489 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_sample_test_apk",
500 "--blacklist-file", 490 "--blacklist-file",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 605 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
616 "@@@STEP_LOG_END@python.inline@@@" 606 "@@@STEP_LOG_END@python.inline@@@"
617 ] 607 ]
618 }, 608 },
619 { 609 {
620 "name": "$result", 610 "name": "$result",
621 "recipe_result": null, 611 "recipe_result": null,
622 "status_code": 0 612 "status_code": 0
623 } 613 }
624 ] 614 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698