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

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: Remove MSan Browser tests 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 "aura_unittests", 6 "aura_unittests",
7 "base_unittests", 7 "base_unittests",
8 { 8 {
9 "test": "browser_tests", 9 "test": "browser_tests",
10 "swarming": { 10 "swarming": {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "sandbox_linux_unittests", 121 "sandbox_linux_unittests",
122 "skia_unittests", 122 "skia_unittests",
123 "sql_unittests", 123 "sql_unittests",
124 "sync_unit_tests", 124 "sync_unit_tests",
125 "ui_base_unittests", 125 "ui_base_unittests",
126 "unit_tests", 126 "unit_tests",
127 "url_unittests", 127 "url_unittests",
128 "views_unittests", 128 "views_unittests",
129 "wm_unittests" 129 "wm_unittests"
130 ] 130 ]
131 },
132 "Linux TSan Tests": {
133 "gtest_tests": [
134 "accessibility_unittests",
135 "app_list_unittests",
136 "aura_unittests",
137 {
138 "test": "base_unittests",
139 "swarming": {
140 "can_use_on_swarming_builders": true
141 }
142 },
143 "cacheinvalidation_unittests",
144 "cast_unittests",
145 "chromedriver_unittests",
146 "components_unittests",
147 {
148 "test": "content_browsertests",
149 "swarming": {
150 "can_use_on_swarming_builders": true
151 }
152 },
153 {
154 "test": "content_unittests",
155 "swarming": {
156 "can_use_on_swarming_builders": true
157 }
158 },
159 "crypto_unittests",
160 "dbus_unittests",
161 "device_unittests",
162 "display_unittests",
163 "events_unittests",
164 "extensions_unittests",
165 "gcm_unit_tests",
166 "gfx_unittests",
167 "google_apis_unittests",
168 "gpu_unittests",
169 "ipc_mojo_unittests",
170 "ipc_tests",
171 "jingle_unittests",
172 "media_unittests",
173 "mojo_common_unittests",
174 {
175 "test": "net_unittests",
176 "swarming": {
177 "can_use_on_swarming_builders": true,
178 "shards": 4
179 }
180 },
181 "ppapi_unittests",
182 "printing_unittests",
183 "remoting_unittests",
184 "sandbox_linux_unittests",
185 "skia_unittests",
186 "sql_unittests",
187 "sync_unit_tests",
188 "ui_base_unittests",
189 "ui_touch_selection_unittests",
190 {
191 "test": "unit_tests",
192 "swarming": {
193 "can_use_on_swarming_builders": true,
194 "shards": 2
195 }
196 },
197 "url_unittests",
198 "views_unittests",
199 "wm_unittests"
200 ],
201 "disabled_tests": {
202 "app_shell_browsertests": "http://crbug.com/455633",
203 "cc_unittests": "http://crbug.com/437454",
204 "browser_tests":
205 "Too many errors, clean content_browsertests first. http://crbug.com/368 525",
206 "interactive_ui_tests": "http://crbug.com/455679"
207 }
131 } 208 }
132 } 209 }
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