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

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

Issue 1879283002: 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 "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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 "cwd": "[SLAVE_BUILD]", 566 "cwd": "[SLAVE_BUILD]",
567 "name": "Instrumentation test MojoTest", 567 "name": "Instrumentation test MojoTest",
568 "~followup_annotations": [ 568 "~followup_annotations": [
569 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 569 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
570 ] 570 ]
571 }, 571 },
572 { 572 {
573 "cmd": [ 573 "cmd": [
574 "python", 574 "python",
575 "-u", 575 "-u",
576 "[SLAVE_BUILD]/src/out/Release/bin/run_breakpad_unittests", 576 "[SLAVE_BUILD]/src/build/android/test_runner.py",
577 "gtest",
578 "-s",
579 "breakpad_unittests",
577 "--blacklist-file", 580 "--blacklist-file",
578 "[SLAVE_BUILD]/src/out/bad_devices.json", 581 "[SLAVE_BUILD]/src/out/bad_devices.json",
579 "--verbose", 582 "--verbose",
583 "--release",
580 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ", 584 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
581 "--flakiness-dashboard-server=test-results.appspot.com", 585 "--flakiness-dashboard-server=test-results.appspot.com",
582 "--json-results-file", 586 "--json-results-file",
583 "/path/to/tmp/json" 587 "/path/to/tmp/json"
584 ], 588 ],
585 "cwd": "[SLAVE_BUILD]", 589 "cwd": "[SLAVE_BUILD]",
586 "env": { 590 "env": {
591 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
587 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 592 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
588 }, 593 },
589 "name": "breakpad_unittests" 594 "name": "breakpad_unittests"
590 }, 595 },
591 { 596 {
592 "cmd": [ 597 "cmd": [
593 "python", 598 "python",
594 "-u", 599 "-u",
595 "[SLAVE_BUILD]/src/out/Release/bin/run_sandbox_linux_unittests", 600 "[SLAVE_BUILD]/src/build/android/test_runner.py",
601 "gtest",
602 "-s",
603 "sandbox_linux_unittests",
596 "--blacklist-file", 604 "--blacklist-file",
597 "[SLAVE_BUILD]/src/out/bad_devices.json", 605 "[SLAVE_BUILD]/src/out/bad_devices.json",
598 "--verbose", 606 "--verbose",
607 "--release",
599 "--flakiness-dashboard-server=test-results.appspot.com", 608 "--flakiness-dashboard-server=test-results.appspot.com",
600 "--json-results-file", 609 "--json-results-file",
601 "/path/to/tmp/json" 610 "/path/to/tmp/json"
602 ], 611 ],
603 "cwd": "[SLAVE_BUILD]", 612 "cwd": "[SLAVE_BUILD]",
604 "env": { 613 "env": {
614 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
605 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 615 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
606 }, 616 },
607 "name": "sandbox_linux_unittests" 617 "name": "sandbox_linux_unittests"
608 }, 618 },
609 { 619 {
610 "cmd": [ 620 "cmd": [
611 "python", 621 "python",
612 "-u", 622 "-u",
613 "[SLAVE_BUILD]/src/build/android/test_runner.py", 623 "[SLAVE_BUILD]/src/build/android/test_runner.py",
614 "junit", 624 "junit",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 895 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
886 "@@@STEP_LOG_END@python.inline@@@" 896 "@@@STEP_LOG_END@python.inline@@@"
887 ] 897 ]
888 }, 898 },
889 { 899 {
890 "name": "$result", 900 "name": "$result",
891 "recipe_result": null, 901 "recipe_result": null,
892 "status_code": 0 902 "status_code": 0
893 } 903 }
894 ] 904 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698