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

Side by Side Diff: testing/buildbot/chromium.mac.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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 } 9 }
10 ] 10 ]
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 { 192 {
193 "swarming": { 193 "swarming": {
194 "can_use_on_swarming_builders": true 194 "can_use_on_swarming_builders": true
195 }, 195 },
196 "test": "jingle_unittests" 196 "test": "jingle_unittests"
197 }, 197 },
198 { 198 {
199 "swarming": { 199 "swarming": {
200 "can_use_on_swarming_builders": true 200 "can_use_on_swarming_builders": true
201 }, 201 },
202 "test": "libaddressinput_unittests"
203 },
204 {
205 "swarming": {
206 "can_use_on_swarming_builders": true
207 },
202 "test": "media_blink_unittests" 208 "test": "media_blink_unittests"
203 }, 209 },
204 { 210 {
205 "swarming": { 211 "swarming": {
206 "can_use_on_swarming_builders": true 212 "can_use_on_swarming_builders": true
207 }, 213 },
208 "test": "media_unittests" 214 "test": "media_unittests"
209 }, 215 },
210 { 216 {
211 "swarming": { 217 "swarming": {
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1794 { 1800 {
1795 "swarming": { 1801 "swarming": {
1796 "can_use_on_swarming_builders": true 1802 "can_use_on_swarming_builders": true
1797 }, 1803 },
1798 "test": "jingle_unittests" 1804 "test": "jingle_unittests"
1799 }, 1805 },
1800 { 1806 {
1801 "swarming": { 1807 "swarming": {
1802 "can_use_on_swarming_builders": true 1808 "can_use_on_swarming_builders": true
1803 }, 1809 },
1810 "test": "libaddressinput_unittests"
1811 },
1812 {
1813 "swarming": {
1814 "can_use_on_swarming_builders": true
1815 },
1804 "test": "media_blink_unittests" 1816 "test": "media_blink_unittests"
1805 }, 1817 },
1806 { 1818 {
1807 "swarming": { 1819 "swarming": {
1808 "can_use_on_swarming_builders": true 1820 "can_use_on_swarming_builders": true
1809 }, 1821 },
1810 "test": "media_unittests" 1822 "test": "media_unittests"
1811 }, 1823 },
1812 { 1824 {
1813 "swarming": { 1825 "swarming": {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 } 1975 }
1964 ], 1976 ],
1965 "scripts": [ 1977 "scripts": [
1966 { 1978 {
1967 "name": "nacl_integration", 1979 "name": "nacl_integration",
1968 "script": "nacl_integration.py" 1980 "script": "nacl_integration.py"
1969 } 1981 }
1970 ] 1982 ]
1971 } 1983 }
1972 } 1984 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698