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

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

Issue 257193002: Add sandbox_mac_unittests to the chromium.mac and chromium_trybot recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('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 e095afe6e85d34814c5cce91e2eb7923fd7d1cf7..aa8e2854bd1c37bc234d8582796ecb4e4a235d8e 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -49,6 +49,7 @@
"mojo_public_utility_unittests",
"mojo_service_manager_unittests",
"mojo_system_unittests",
+ {"test": "sandbox_mac_unittests", "args": ["--single-process-tests"]},
Paweł Hajdan Jr. 2014/04/29 15:26:31 Please *don't* use single-process-tests. Why do y
Robert Sesek 2014/04/29 15:28:52 If you use MultiprocessTest, it takes about twice
{"test": "browser_tests", "shard_index": 2, "total_shards": 3}
]
},
@@ -102,6 +103,7 @@
"mojo_public_utility_unittests",
"mojo_service_manager_unittests",
"mojo_system_unittests",
+ {"test": "sandbox_mac_unittests", "args": ["--single-process-tests"]},
{"test": "browser_tests", "shard_index": 2, "total_shards": 3}
]
},
@@ -128,6 +130,7 @@
"gfx_unittests",
"media_unittests",
"net_unittests",
+ {"test": "sandbox_mac_unittests", "args": ["--single-process-tests"]},
{"test": "browser_tests", "shard_index": 1, "total_shards": 4}
]
},
@@ -185,6 +188,7 @@
"gfx_unittests",
"media_unittests",
"net_unittests",
+ {"test": "sandbox_mac_unittests", "args": ["--single-process-tests"]},
{"test": "browser_tests", "shard_index": 1, "total_shards": 4}
]
},
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698