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

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

Issue 1693813003: Revert of [Testing] Run libaddressinput_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 },
208 "test": "media_blink_unittests" 202 "test": "media_blink_unittests"
209 }, 203 },
210 { 204 {
211 "swarming": { 205 "swarming": {
212 "can_use_on_swarming_builders": true 206 "can_use_on_swarming_builders": true
213 }, 207 },
214 "test": "media_unittests" 208 "test": "media_unittests"
215 }, 209 },
216 { 210 {
217 "swarming": { 211 "swarming": {
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1800 { 1794 {
1801 "swarming": { 1795 "swarming": {
1802 "can_use_on_swarming_builders": true 1796 "can_use_on_swarming_builders": true
1803 }, 1797 },
1804 "test": "jingle_unittests" 1798 "test": "jingle_unittests"
1805 }, 1799 },
1806 { 1800 {
1807 "swarming": { 1801 "swarming": {
1808 "can_use_on_swarming_builders": true 1802 "can_use_on_swarming_builders": true
1809 }, 1803 },
1810 "test": "libaddressinput_unittests"
1811 },
1812 {
1813 "swarming": {
1814 "can_use_on_swarming_builders": true
1815 },
1816 "test": "media_blink_unittests" 1804 "test": "media_blink_unittests"
1817 }, 1805 },
1818 { 1806 {
1819 "swarming": { 1807 "swarming": {
1820 "can_use_on_swarming_builders": true 1808 "can_use_on_swarming_builders": true
1821 }, 1809 },
1822 "test": "media_unittests" 1810 "test": "media_unittests"
1823 }, 1811 },
1824 { 1812 {
1825 "swarming": { 1813 "swarming": {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 } 1963 }
1976 ], 1964 ],
1977 "scripts": [ 1965 "scripts": [
1978 { 1966 {
1979 "name": "nacl_integration", 1967 "name": "nacl_integration",
1980 "script": "nacl_integration.py" 1968 "script": "nacl_integration.py"
1981 } 1969 }
1982 ] 1970 ]
1983 } 1971 }
1984 } 1972 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698