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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json

Issue 1904493004: Reland #4 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android GN", 10 "Android GN",
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "cwd": "[SLAVE_BUILD]", 626 "cwd": "[SLAVE_BUILD]",
627 "name": "Instrumentation test MojoTest", 627 "name": "Instrumentation test MojoTest",
628 "~followup_annotations": [ 628 "~followup_annotations": [
629 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 629 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
630 ] 630 ]
631 }, 631 },
632 { 632 {
633 "cmd": [ 633 "cmd": [
634 "python", 634 "python",
635 "-u", 635 "-u",
636 "[SLAVE_BUILD]/src/build/android/test_runner.py", 636 "[SLAVE_BUILD]/src/out/Release/bin/run_breakpad_unittests",
637 "gtest",
638 "-s",
639 "breakpad_unittests",
640 "--blacklist-file", 637 "--blacklist-file",
641 "[SLAVE_BUILD]/src/out/bad_devices.json", 638 "[SLAVE_BUILD]/src/out/bad_devices.json",
642 "--verbose", 639 "--verbose",
643 "--release",
644 "--flakiness-dashboard-server=test-results.appspot.com", 640 "--flakiness-dashboard-server=test-results.appspot.com",
645 "--json-results-file", 641 "--json-results-file",
646 "/path/to/tmp/json" 642 "/path/to/tmp/json"
647 ], 643 ],
648 "cwd": "[SLAVE_BUILD]", 644 "cwd": "[SLAVE_BUILD]",
649 "env": { 645 "env": {
650 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
651 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 646 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
652 }, 647 },
653 "name": "breakpad_unittests" 648 "name": "breakpad_unittests"
654 }, 649 },
655 { 650 {
656 "cmd": [ 651 "cmd": [
657 "python", 652 "python",
658 "-u", 653 "-u",
659 "[SLAVE_BUILD]/src/build/android/test_runner.py", 654 "[SLAVE_BUILD]/src/out/Release/bin/run_sandbox_linux_unittests",
660 "gtest",
661 "-s",
662 "sandbox_linux_unittests",
663 "--blacklist-file", 655 "--blacklist-file",
664 "[SLAVE_BUILD]/src/out/bad_devices.json", 656 "[SLAVE_BUILD]/src/out/bad_devices.json",
665 "--verbose", 657 "--verbose",
666 "--release",
667 "--flakiness-dashboard-server=test-results.appspot.com", 658 "--flakiness-dashboard-server=test-results.appspot.com",
668 "--json-results-file", 659 "--json-results-file",
669 "/path/to/tmp/json" 660 "/path/to/tmp/json"
670 ], 661 ],
671 "cwd": "[SLAVE_BUILD]", 662 "cwd": "[SLAVE_BUILD]",
672 "env": { 663 "env": {
673 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
674 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 664 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
675 }, 665 },
676 "name": "sandbox_linux_unittests" 666 "name": "sandbox_linux_unittests"
677 }, 667 },
678 { 668 {
679 "cmd": [ 669 "cmd": [
680 "python", 670 "python",
681 "-u", 671 "-u",
682 "[SLAVE_BUILD]/src/build/android/test_runner.py", 672 "[SLAVE_BUILD]/src/build/android/test_runner.py",
683 "junit", 673 "junit",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 944 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
955 "@@@STEP_LOG_END@python.inline@@@" 945 "@@@STEP_LOG_END@python.inline@@@"
956 ] 946 ]
957 }, 947 },
958 { 948 {
959 "name": "$result", 949 "name": "$result",
960 "recipe_result": null, 950 "recipe_result": null,
961 "status_code": 0 951 "status_code": 0
962 } 952 }
963 ] 953 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698