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

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

Issue 1896003003: Revert of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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/out/Release/bin/run_cronet_unittests", 455 "[SLAVE_BUILD]/src/build/android/test_runner.py",
456 "gtest",
457 "-s",
458 "cronet_unittests",
456 "--blacklist-file", 459 "--blacklist-file",
457 "[SLAVE_BUILD]/src/out/bad_devices.json", 460 "[SLAVE_BUILD]/src/out/bad_devices.json",
458 "--verbose", 461 "--verbose",
462 "--release",
459 "-t", 463 "-t",
460 "180" 464 "180"
461 ], 465 ],
462 "cwd": "[SLAVE_BUILD]", 466 "cwd": "[SLAVE_BUILD]",
463 "env": { 467 "env": {
468 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
464 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 469 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
465 }, 470 },
466 "name": "cronet_unittests" 471 "name": "cronet_unittests"
467 }, 472 },
468 { 473 {
469 "cmd": [ 474 "cmd": [
470 "python", 475 "python",
471 "-u", 476 "-u",
472 "[SLAVE_BUILD]/src/out/Release/bin/run_net_unittests", 477 "[SLAVE_BUILD]/src/build/android/test_runner.py",
478 "gtest",
479 "-s",
480 "net_unittests",
473 "--blacklist-file", 481 "--blacklist-file",
474 "[SLAVE_BUILD]/src/out/bad_devices.json", 482 "[SLAVE_BUILD]/src/out/bad_devices.json",
475 "--verbose", 483 "--verbose",
484 "--release",
476 "-t", 485 "-t",
477 "180" 486 "180"
478 ], 487 ],
479 "cwd": "[SLAVE_BUILD]", 488 "cwd": "[SLAVE_BUILD]",
480 "env": { 489 "env": {
490 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
481 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
482 }, 492 },
483 "name": "net_unittests" 493 "name": "net_unittests"
484 }, 494 },
485 { 495 {
486 "cmd": [ 496 "cmd": [
487 "python", 497 "python",
488 "-u", 498 "-u",
489 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_sample_test_apk", 499 "[SLAVE_BUILD]/src/out/Release/bin/run_cronet_sample_test_apk",
490 "--blacklist-file", 500 "--blacklist-file",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 615 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
606 "@@@STEP_LOG_END@python.inline@@@" 616 "@@@STEP_LOG_END@python.inline@@@"
607 ] 617 ]
608 }, 618 },
609 { 619 {
610 "name": "$result", 620 "name": "$result",
611 "recipe_result": null, 621 "recipe_result": null,
612 "status_code": 0 622 "status_code": 0
613 } 623 }
614 ] 624 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698