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

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

Powered by Google App Engine
This is Rietveld 408576698