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

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

Issue 437813002: MSan: add test configs for two new browser_tests runners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | 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 Trusty": { 2 "Linux Trusty": {
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 "interactive_ui_tests", 7 "interactive_ui_tests",
8 "base_unittests", 8 "base_unittests",
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cast_unittests", 10 "cast_unittests",
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 ] 216 ]
217 }, 217 },
218 "Linux ARM Cross-Compile": { 218 "Linux ARM Cross-Compile": {
219 "compile_targets": [ 219 "compile_targets": [
220 "browser_tests_run" 220 "browser_tests_run"
221 ], 221 ],
222 "gtest_tests": [ 222 "gtest_tests": [
223 "browser_tests" 223 "browser_tests"
224 ] 224 ]
225 }, 225 },
226 "Chromium Linux MSan": { 226 "Linux MSan Tests": {
227 "gtest_tests": [ 227 "gtest_tests": [
228 "accessibility_unittests", 228 "accessibility_unittests",
229 "app_shell_browsertests",
229 "base_unittests", 230 "base_unittests",
230 "cacheinvalidation_unittests", 231 "cacheinvalidation_unittests",
231 "cc_unittests", 232 "cc_unittests",
232 "content_browsertests", 233 "content_browsertests",
233 "content_unittests", 234 "content_unittests",
234 "crypto_unittests", 235 "crypto_unittests",
235 "device_unittests", 236 "device_unittests",
236 "gpu_unittests", 237 "gpu_unittests",
237 "interactive_ui_tests", 238 "interactive_ui_tests",
238 "ipc_tests", 239 "ipc_tests",
239 "jingle_unittests", 240 "jingle_unittests",
240 "media_unittests", 241 "media_unittests",
241 "net_unittests", 242 "net_unittests",
242 "ppapi_unittests", 243 "ppapi_unittests",
243 "printing_unittests", 244 "printing_unittests",
244 "remoting_unittests", 245 "remoting_unittests",
245 "sandbox_linux_unittests", 246 "sandbox_linux_unittests",
246 "sql_unittests", 247 "sql_unittests",
247 "sync_unit_tests", 248 "sync_unit_tests",
248 "ui_unittests", 249 "ui_unittests",
249 "unit_tests", 250 "unit_tests",
250 "url_unittests" 251 "url_unittests"
251 ] 252 ]
252 }, 253 },
253 "Chromium Linux MSan (browser tests)": { 254 "Linux MSan Browser (1)": {
254 "gtest_tests": [ 255 "gtest_tests": [
255 "browser_tests" 256 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
257 ]
258 },
259 "Linux MSan Browser (2)": {
260 "gtest_tests": [
261 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
262 ]
263 },
264 "Linux MSan Browser (3)": {
265 "gtest_tests": [
266 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
256 ] 267 ]
257 } 268 }
258 } 269 }
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