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

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: Initial 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 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 { 1168 {
1169 "swarming": { 1169 "swarming": {
1170 "can_use_on_swarming_builders": true 1170 "can_use_on_swarming_builders": true
1171 }, 1171 },
1172 "test": "jingle_unittests" 1172 "test": "jingle_unittests"
1173 }, 1173 },
1174 { 1174 {
1175 "swarming": { 1175 "swarming": {
1176 "can_use_on_swarming_builders": true 1176 "can_use_on_swarming_builders": true
1177 }, 1177 },
1178 "test": "libaddressinput_unittests"
1179 },
1180 {
1181 "swarming": {
1182 "can_use_on_swarming_builders": true
1183 },
1184 "test": "libphonenumber_unittests"
1185 },
1186 {
1187 "swarming": {
1188 "can_use_on_swarming_builders": true
1189 },
1178 "test": "media_blink_unittests" 1190 "test": "media_blink_unittests"
1179 }, 1191 },
1180 { 1192 {
1181 "swarming": { 1193 "swarming": {
1182 "can_use_on_swarming_builders": true 1194 "can_use_on_swarming_builders": true
1183 }, 1195 },
1184 "test": "media_unittests" 1196 "test": "media_unittests"
1185 }, 1197 },
1186 { 1198 {
1187 "swarming": { 1199 "swarming": {
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 } 1693 }
1682 ], 1694 ],
1683 "scripts": [ 1695 "scripts": [
1684 { 1696 {
1685 "name": "nacl_integration", 1697 "name": "nacl_integration",
1686 "script": "nacl_integration.py" 1698 "script": "nacl_integration.py"
1687 } 1699 }
1688 ] 1700 ]
1689 } 1701 }
1690 } 1702 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698