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

Side by Side 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, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | 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 "Mac10.6 Tests (1)": { 2 "Mac10.6 Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "interactive_ui_tests", 4 "interactive_ui_tests",
5 "base_unittests", 5 "base_unittests",
6 "cacheinvalidation_unittests", 6 "cacheinvalidation_unittests",
7 "cast_unittests", 7 "cast_unittests",
8 "cc_unittests", 8 "cc_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "message_center_unittests", 42 "message_center_unittests",
43 "mojo_apps_js_unittests", 43 "mojo_apps_js_unittests",
44 "mojo_common_unittests", 44 "mojo_common_unittests",
45 "mojo_js_unittests", 45 "mojo_js_unittests",
46 "mojo_public_bindings_unittests", 46 "mojo_public_bindings_unittests",
47 "mojo_public_environment_unittests", 47 "mojo_public_environment_unittests",
48 "mojo_public_system_unittests", 48 "mojo_public_system_unittests",
49 "mojo_public_utility_unittests", 49 "mojo_public_utility_unittests",
50 "mojo_service_manager_unittests", 50 "mojo_service_manager_unittests",
51 "mojo_system_unittests", 51 "mojo_system_unittests",
52 {"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
52 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 53 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
53 ] 54 ]
54 }, 55 },
55 "Mac10.7 Tests (1)": { 56 "Mac10.7 Tests (1)": {
56 "gtest_tests": [ 57 "gtest_tests": [
57 "interactive_ui_tests", 58 "interactive_ui_tests",
58 "base_unittests", 59 "base_unittests",
59 "cacheinvalidation_unittests", 60 "cacheinvalidation_unittests",
60 "cast_unittests", 61 "cast_unittests",
61 "cc_unittests", 62 "cc_unittests",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "message_center_unittests", 96 "message_center_unittests",
96 "mojo_apps_js_unittests", 97 "mojo_apps_js_unittests",
97 "mojo_common_unittests", 98 "mojo_common_unittests",
98 "mojo_js_unittests", 99 "mojo_js_unittests",
99 "mojo_public_bindings_unittests", 100 "mojo_public_bindings_unittests",
100 "mojo_public_environment_unittests", 101 "mojo_public_environment_unittests",
101 "mojo_public_system_unittests", 102 "mojo_public_system_unittests",
102 "mojo_public_utility_unittests", 103 "mojo_public_utility_unittests",
103 "mojo_service_manager_unittests", 104 "mojo_service_manager_unittests",
104 "mojo_system_unittests", 105 "mojo_system_unittests",
106 {"test": "sandbox_mac_unittests", "args": ["--single-process-tests"]},
105 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 107 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
106 ] 108 ]
107 }, 109 },
108 "Mac 10.6 Tests (dbg)(1)": { 110 "Mac 10.6 Tests (dbg)(1)": {
109 "gtest_tests": [ 111 "gtest_tests": [
110 "cacheinvalidation_unittests", 112 "cacheinvalidation_unittests",
111 "cast_unittests", 113 "cast_unittests",
112 "cc_unittests", 114 "cc_unittests",
113 "chromedriver_unittests", 115 "chromedriver_unittests",
114 "crypto_unittests", 116 "crypto_unittests",
115 "gpu_unittests", 117 "gpu_unittests",
116 "url_unittests", 118 "url_unittests",
117 "jingle_unittests", 119 "jingle_unittests",
118 "ppapi_unittests", 120 "ppapi_unittests",
119 "printing_unittests", 121 "printing_unittests",
120 "remoting_unittests", 122 "remoting_unittests",
121 {"test": "browser_tests", "shard_index": 0, "total_shards": 4}, 123 {"test": "browser_tests", "shard_index": 0, "total_shards": 4},
122 "content_browsertests", 124 "content_browsertests",
123 "webkit_compositor_bindings_unittests" 125 "webkit_compositor_bindings_unittests"
124 ] 126 ]
125 }, 127 },
126 "Mac 10.6 Tests (dbg)(2)": { 128 "Mac 10.6 Tests (dbg)(2)": {
127 "gtest_tests": [ 129 "gtest_tests": [
128 "gfx_unittests", 130 "gfx_unittests",
129 "media_unittests", 131 "media_unittests",
130 "net_unittests", 132 "net_unittests",
133 {"test": "sandbox_mac_unittests", "args": ["--single-process-tests"]},
131 {"test": "browser_tests", "shard_index": 1, "total_shards": 4} 134 {"test": "browser_tests", "shard_index": 1, "total_shards": 4}
132 ] 135 ]
133 }, 136 },
134 "Mac 10.6 Tests (dbg)(3)": { 137 "Mac 10.6 Tests (dbg)(3)": {
135 "gtest_tests": [ 138 "gtest_tests": [
136 "interactive_ui_tests", 139 "interactive_ui_tests",
137 "base_unittests", 140 "base_unittests",
138 {"test": "browser_tests", "shard_index": 2, "total_shards": 4} 141 {"test": "browser_tests", "shard_index": 2, "total_shards": 4}
139 ] 142 ]
140 }, 143 },
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 {"test": "browser_tests", "shard_index": 0, "total_shards": 4}, 181 {"test": "browser_tests", "shard_index": 0, "total_shards": 4},
179 "content_browsertests", 182 "content_browsertests",
180 "webkit_compositor_bindings_unittests" 183 "webkit_compositor_bindings_unittests"
181 ] 184 ]
182 }, 185 },
183 "Mac 10.7 Tests (dbg)(2)": { 186 "Mac 10.7 Tests (dbg)(2)": {
184 "gtest_tests": [ 187 "gtest_tests": [
185 "gfx_unittests", 188 "gfx_unittests",
186 "media_unittests", 189 "media_unittests",
187 "net_unittests", 190 "net_unittests",
191 {"test": "sandbox_mac_unittests", "args": ["--single-process-tests"]},
188 {"test": "browser_tests", "shard_index": 1, "total_shards": 4} 192 {"test": "browser_tests", "shard_index": 1, "total_shards": 4}
189 ] 193 ]
190 }, 194 },
191 "Mac 10.7 Tests (dbg)(3)": { 195 "Mac 10.7 Tests (dbg)(3)": {
192 "gtest_tests": [ 196 "gtest_tests": [
193 "interactive_ui_tests", 197 "interactive_ui_tests",
194 "base_unittests", 198 "base_unittests",
195 {"test": "browser_tests", "shard_index": 2, "total_shards": 4} 199 {"test": "browser_tests", "shard_index": 2, "total_shards": 4}
196 ] 200 ]
197 }, 201 },
(...skipping 15 matching lines...) Expand all
213 "mojo_public_bindings_unittests", 217 "mojo_public_bindings_unittests",
214 "mojo_public_environment_unittests", 218 "mojo_public_environment_unittests",
215 "mojo_public_system_unittests", 219 "mojo_public_system_unittests",
216 "mojo_public_utility_unittests", 220 "mojo_public_utility_unittests",
217 "mojo_service_manager_unittests", 221 "mojo_service_manager_unittests",
218 "mojo_system_unittests", 222 "mojo_system_unittests",
219 {"test": "browser_tests", "shard_index": 3, "total_shards": 4} 223 {"test": "browser_tests", "shard_index": 3, "total_shards": 4}
220 ] 224 ]
221 } 225 }
222 } 226 }
OLDNEW
« 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