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} |
] |
}, |