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

Side by Side Diff: testing/buildbot/chromium.memory.fyi.json

Issue 896253003: Add test specs for TSan bots on the MFYI bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Swap browser_tests and content_browsertests Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | 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 "Linux MSan Tests": { 2 "Linux MSan Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "aura_unittests", 7 "aura_unittests",
8 "base_unittests", 8 "base_unittests",
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cast_unittests", 10 "cast_unittests",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 }, 124 },
125 "Linux ChromeOS MSan Browser (2)": { 125 "Linux ChromeOS MSan Browser (2)": {
126 "gtest_tests": [ 126 "gtest_tests": [
127 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 127 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
128 ] 128 ]
129 }, 129 },
130 "Linux ChromeOS MSan Browser (3)": { 130 "Linux ChromeOS MSan Browser (3)": {
131 "gtest_tests": [ 131 "gtest_tests": [
132 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 132 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
133 ] 133 ]
134 },
135 "Linux TSan Tests": {
136 "gtest_tests": [
137 "accessibility_unittests",
138 "app_list_unittests",
139 "aura_unittests",
140 "base_unittests",
141 {
142 "test": "content_browsertests",
143 "swarming": {
144 "can_use_on_swarming_builders": true,
145 "shards": 10
jam 2015/02/10 20:34:47 nit: do you really want 10 shards for content_brow
Alexander Potapenko 2015/02/10 22:28:54 Nope. I think I just picked the number used by som
146 }
147 },
148 "cacheinvalidation_unittests",
149 "cast_unittests",
150 "chromedriver_unittests",
151 "components_unittests",
152 "content_unittests",
153 "crypto_unittests",
154 "dbus_unittests",
155 "device_unittests",
156 "display_unittests",
157 "events_unittests",
158 "extensions_unittests",
159 "gcm_unit_tests",
160 "gfx_unittests",
161 "google_apis_unittests",
162 "gpu_unittests",
163 "ipc_mojo_unittests",
164 "ipc_tests",
165 "jingle_unittests",
166 "media_unittests",
167 "mojo_common_unittests",
168 "net_unittests",
169 "ppapi_unittests",
170 "printing_unittests",
171 "remoting_unittests",
172 "sandbox_linux_unittests",
173 "skia_unittests",
174 "sql_unittests",
175 "sync_unit_tests",
176 "ui_base_unittests",
177 "ui_touch_selection_unittests",
178 "unit_tests",
179 "url_unittests",
180 "views_unittests",
181 "wm_unittests"
182 ],
183 "disabled_tests": {
184 "app_shell_browsertests": "http://crbug.com/455633",
185 "cc_unittests": "http://crbug.com/437454",
186 "browser_tests":
187 "Too many errors, clean content_browsertests first. http://crbug.com/368 525",
188 "interactive_ui_tests": "http://crbug.com/455679"
189 }
134 } 190 }
135 } 191 }
OLDNEW
« 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