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

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

Issue 2592983002: [devtools] Support different encodings for Page.CaptureScreenshot. (Closed)
Patch Set: Disabled test on MacOS >=10.11, added ref to bug. Created 3 years, 11 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 | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | 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 72133986d4833cad0abad91093f6131695d64d27..710920b230e4227673cf3a8801f85c57d6f53bbd 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -13,6 +13,7 @@
"pdf_unittests",
"printing_unittests",
"skia_unittests",
+ "snapshot_unittests",
"sql_unittests",
"storage_unittests",
"ui_base_unittests",
@@ -302,6 +303,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "snapshot_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "sql_unittests"
},
{
@@ -653,6 +660,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "snapshot_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "sql_unittests"
},
{
@@ -1005,6 +1018,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "snapshot_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "sql_unittests"
},
{
@@ -1345,6 +1364,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "snapshot_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "sql_unittests"
},
{
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698