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

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

Issue 520693002: Run extensions_unittests under MemorySanitizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "gtest_tests": [ 231 "gtest_tests": [
232 "accessibility_unittests", 232 "accessibility_unittests",
233 "app_shell_browsertests", 233 "app_shell_browsertests",
234 "base_unittests", 234 "base_unittests",
235 "cacheinvalidation_unittests", 235 "cacheinvalidation_unittests",
236 "cc_unittests", 236 "cc_unittests",
237 "content_browsertests", 237 "content_browsertests",
238 "content_unittests", 238 "content_unittests",
239 "crypto_unittests", 239 "crypto_unittests",
240 "device_unittests", 240 "device_unittests",
241 "extensions_unittests",
tfarina 2014/08/29 14:59:40 adding to Linux MSan lgtm
241 "gpu_unittests", 242 "gpu_unittests",
242 "interactive_ui_tests", 243 "interactive_ui_tests",
243 "ipc_tests", 244 "ipc_tests",
244 "jingle_unittests", 245 "jingle_unittests",
245 "media_unittests", 246 "media_unittests",
246 "net_unittests", 247 "net_unittests",
247 "ppapi_unittests", 248 "ppapi_unittests",
248 "printing_unittests", 249 "printing_unittests",
249 "remoting_unittests", 250 "remoting_unittests",
250 "sandbox_linux_unittests", 251 "sandbox_linux_unittests",
(...skipping 13 matching lines...) Expand all
264 "gtest_tests": [ 265 "gtest_tests": [
265 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 266 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
266 ] 267 ]
267 }, 268 },
268 "Linux MSan Browser (3)": { 269 "Linux MSan Browser (3)": {
269 "gtest_tests": [ 270 "gtest_tests": [
270 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 271 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
271 ] 272 ]
272 } 273 }
273 } 274 }
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