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

Side by Side Diff: scripts/slave/recipes/android/tester.expected/chromium_linux_Android_Tests__dbg_.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 (dbg)", 10 "Android Tests (dbg)",
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 }, 593 },
594 "name": "sandbox_linux_unittests" 594 "name": "sandbox_linux_unittests"
595 }, 595 },
596 { 596 {
597 "cmd": [ 597 "cmd": [
598 "python", 598 "python",
599 "-u", 599 "-u",
600 "[SLAVE_BUILD]/src/build/android/test_runner.py", 600 "[SLAVE_BUILD]/src/build/android/test_runner.py",
601 "gtest", 601 "gtest",
602 "-s", 602 "-s",
603 "skia_unittests",
604 "--verbose",
605 "--flakiness-dashboard-server=http://test-results.appspot.com"
606 ],
607 "env": {
608 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
609 },
610 "name": "skia_unittests"
611 },
612 {
613 "cmd": [
614 "python",
615 "-u",
616 "[SLAVE_BUILD]/src/build/android/test_runner.py",
617 "gtest",
618 "-s",
603 "sql_unittests", 619 "sql_unittests",
604 "--verbose", 620 "--verbose",
605 "--flakiness-dashboard-server=http://test-results.appspot.com" 621 "--flakiness-dashboard-server=http://test-results.appspot.com"
606 ], 622 ],
607 "env": { 623 "env": {
608 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 624 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
609 }, 625 },
610 "name": "sql_unittests" 626 "name": "sql_unittests"
611 }, 627 },
612 { 628 {
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 "@@@STEP_LOG_LINE@python.inline@@@@", 770 "@@@STEP_LOG_LINE@python.inline@@@@",
755 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 771 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
756 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 772 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
757 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 773 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
758 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 774 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
759 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 775 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
760 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 776 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
761 "@@@STEP_LOG_END@python.inline@@@" 777 "@@@STEP_LOG_END@python.inline@@@"
762 ] 778 ]
763 } 779 }
764 ] 780 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698