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

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

Issue 846073004: Revert of android: Add entry for 'skia_unittests' to UNIT_TESTS list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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",
642 "sql_unittests", 625 "sql_unittests",
643 "--verbose", 626 "--verbose",
644 "--release", 627 "--release",
645 "--flakiness-dashboard-server=http://test-results.appspot.com" 628 "--flakiness-dashboard-server=http://test-results.appspot.com"
646 ], 629 ],
647 "env": { 630 "env": {
648 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 631 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
649 }, 632 },
650 "name": "sql_unittests" 633 "name": "sql_unittests"
651 }, 634 },
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 "@@@STEP_LOG_LINE@python.inline@@@@", 782 "@@@STEP_LOG_LINE@python.inline@@@@",
800 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 783 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
801 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 784 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
802 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 785 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
803 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 786 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
804 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 787 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
805 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 788 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
806 "@@@STEP_LOG_END@python.inline@@@" 789 "@@@STEP_LOG_END@python.inline@@@"
807 ] 790 ]
808 } 791 }
809 ] 792 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698