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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 1681663002: [Testing] Run libaddressinput_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn TEST_DATA_DIR Created 4 years, 10 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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 }, 775 },
776 "test": "ipc_tests" 776 "test": "ipc_tests"
777 }, 777 },
778 { 778 {
779 "swarming": { 779 "swarming": {
780 "can_use_on_swarming_builders": true 780 "can_use_on_swarming_builders": true
781 }, 781 },
782 "test": "jingle_unittests" 782 "test": "jingle_unittests"
783 }, 783 },
784 { 784 {
785 "swarming": {
786 "can_use_on_swarming_builders": true
787 },
788 "test": "libaddressinput_unittests"
789 },
790 {
785 "test": "mash_unittests" 791 "test": "mash_unittests"
786 }, 792 },
787 { 793 {
788 "swarming": { 794 "swarming": {
789 "can_use_on_swarming_builders": true 795 "can_use_on_swarming_builders": true
790 }, 796 },
791 "test": "media_blink_unittests" 797 "test": "media_blink_unittests"
792 }, 798 },
793 { 799 {
794 "swarming": { 800 "swarming": {
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 { 1207 {
1202 "swarming": { 1208 "swarming": {
1203 "can_use_on_swarming_builders": true 1209 "can_use_on_swarming_builders": true
1204 }, 1210 },
1205 "test": "jingle_unittests" 1211 "test": "jingle_unittests"
1206 }, 1212 },
1207 { 1213 {
1208 "swarming": { 1214 "swarming": {
1209 "can_use_on_swarming_builders": true 1215 "can_use_on_swarming_builders": true
1210 }, 1216 },
1217 "test": "libaddressinput_unittests"
1218 },
1219 {
1220 "swarming": {
1221 "can_use_on_swarming_builders": true
1222 },
1211 "test": "media_blink_unittests" 1223 "test": "media_blink_unittests"
1212 }, 1224 },
1213 { 1225 {
1214 "swarming": { 1226 "swarming": {
1215 "can_use_on_swarming_builders": true 1227 "can_use_on_swarming_builders": true
1216 }, 1228 },
1217 "test": "media_unittests" 1229 "test": "media_unittests"
1218 }, 1230 },
1219 { 1231 {
1220 "swarming": { 1232 "swarming": {
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 } 1732 }
1721 ], 1733 ],
1722 "scripts": [ 1734 "scripts": [
1723 { 1735 {
1724 "name": "nacl_integration", 1736 "name": "nacl_integration",
1725 "script": "nacl_integration.py" 1737 "script": "nacl_integration.py"
1726 } 1738 }
1727 ] 1739 ]
1728 } 1740 }
1729 } 1741 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698