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

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

Issue 2792893002: Revert of Enable Mac headless tests now that headless targets are included on Mac build. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | 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 GYP": { 2 "Mac GYP": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests", 4 "base_unittests",
5 "browser_tests", 5 "browser_tests",
6 "chrome", 6 "chrome",
7 "content_browsertests", 7 "content_browsertests",
8 "content_unittests", 8 "content_unittests",
9 "interactive_ui_tests", 9 "interactive_ui_tests",
10 "ipc_tests", 10 "ipc_tests",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "test": "gpu_ipc_service_unittests" 168 "test": "gpu_ipc_service_unittests"
169 }, 169 },
170 { 170 {
171 "swarming": { 171 "swarming": {
172 "can_use_on_swarming_builders": true 172 "can_use_on_swarming_builders": true
173 }, 173 },
174 "test": "gpu_unittests" 174 "test": "gpu_unittests"
175 }, 175 },
176 { 176 {
177 "swarming": { 177 "swarming": {
178 "can_use_on_swarming_builders": true
179 },
180 "test": "headless_browsertests"
181 },
182 {
183 "args": [
184 "--enable-browser-side-navigation"
185 ],
186 "name": "browser_side_navigation_headless_browsertests",
187 "swarming": {
188 "can_use_on_swarming_builders": true
189 },
190 "test": "headless_browsertests"
191 },
192 {
193 "swarming": {
194 "can_use_on_swarming_builders": true
195 },
196 "test": "headless_unittests"
197 },
198 {
199 "swarming": {
200 "can_use_on_swarming_builders": false 178 "can_use_on_swarming_builders": false
201 }, 179 },
202 "test": "interactive_ui_tests" 180 "test": "interactive_ui_tests"
203 }, 181 },
204 { 182 {
205 "swarming": { 183 "swarming": {
206 "can_use_on_swarming_builders": true 184 "can_use_on_swarming_builders": true
207 }, 185 },
208 "test": "ipc_tests" 186 "test": "ipc_tests"
209 }, 187 },
(...skipping 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1547 "telemetry_unittests_run" 1525 "telemetry_unittests_run"
1548 ], 1526 ],
1549 "swarming": { 1527 "swarming": {
1550 "can_use_on_swarming_builders": true, 1528 "can_use_on_swarming_builders": true,
1551 "shards": 2 1529 "shards": 2
1552 } 1530 }
1553 } 1531 }
1554 ] 1532 ]
1555 } 1533 }
1556 } 1534 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698