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

Side by Side Diff: scripts/slave/recipes/android/tester.expected/chromium_linux_Android_Tests.json

Issue 792043006: android: Add entry for 'skia_unittests' to UNIT_TESTS list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: REBASE & retrain it Created 5 years, 11 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Tests", 10 "Android Tests",
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 }, 615 },
616 "name": "sandbox_linux_unittests" 616 "name": "sandbox_linux_unittests"
617 }, 617 },
618 { 618 {
619 "cmd": [ 619 "cmd": [
620 "python", 620 "python",
621 "-u", 621 "-u",
622 "[SLAVE_BUILD]/src/build/android/test_runner.py", 622 "[SLAVE_BUILD]/src/build/android/test_runner.py",
623 "gtest", 623 "gtest",
624 "-s", 624 "-s",
625 "skia_unittests",
626 "--verbose",
627 "--release",
628 "--flakiness-dashboard-server=http://test-results.appspot.com"
629 ],
630 "env": {
631 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
632 },
633 "name": "skia_unittests"
634 },
635 {
636 "cmd": [
637 "python",
638 "-u",
639 "[SLAVE_BUILD]/src/build/android/test_runner.py",
640 "gtest",
641 "-s",
625 "sql_unittests", 642 "sql_unittests",
626 "--verbose", 643 "--verbose",
627 "--release", 644 "--release",
628 "--flakiness-dashboard-server=http://test-results.appspot.com" 645 "--flakiness-dashboard-server=http://test-results.appspot.com"
629 ], 646 ],
630 "env": { 647 "env": {
631 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 648 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
632 }, 649 },
633 "name": "sql_unittests" 650 "name": "sql_unittests"
634 }, 651 },
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "@@@STEP_LOG_LINE@python.inline@@@@", 799 "@@@STEP_LOG_LINE@python.inline@@@@",
783 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 800 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
784 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 801 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
785 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 802 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
786 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 803 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
787 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 804 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
788 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 805 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
789 "@@@STEP_LOG_END@python.inline@@@" 806 "@@@STEP_LOG_END@python.inline@@@"
790 ] 807 ]
791 } 808 }
792 ] 809 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698