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

Unified Diff: testing/buildbot/chromium.mac.json

Issue 2783053002: Enable Mac headless tests now that headless targets are included on Mac build. (Closed)
Patch Set: Update upstream Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index 110220c5b44970eb11e7a8bca55387fdd31976d1..643a90a82994d8fed038410587aba2e73f5af464 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -175,6 +175,28 @@
},
{
"swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_headless_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_unittests"
+ },
+ {
+ "swarming": {
"can_use_on_swarming_builders": false
},
"test": "interactive_ui_tests"
« 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