Chromium Code Reviews| Index: testing/buildbot/chromium.memory.fyi.json |
| diff --git a/testing/buildbot/chromium.memory.fyi.json b/testing/buildbot/chromium.memory.fyi.json |
| index 04b74f6ff7c49708e775a9abb8000407fabfa727..40d0328977832f0c769e3ee6e1da3056844daedc 100644 |
| --- a/testing/buildbot/chromium.memory.fyi.json |
| +++ b/testing/buildbot/chromium.memory.fyi.json |
| @@ -131,5 +131,61 @@ |
| "gtest_tests": [ |
| {"test": "browser_tests", "shard_index": 2, "total_shards": 3} |
| ] |
| + }, |
| + "Linux TSan Tests": { |
| + "gtest_tests": [ |
| + "accessibility_unittests", |
| + "app_list_unittests", |
| + "aura_unittests", |
| + "base_unittests", |
| + { |
| + "test": "content_browsertests", |
| + "swarming": { |
| + "can_use_on_swarming_builders": true, |
| + "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
|
| + } |
| + }, |
| + "cacheinvalidation_unittests", |
| + "cast_unittests", |
| + "chromedriver_unittests", |
| + "components_unittests", |
| + "content_unittests", |
| + "crypto_unittests", |
| + "dbus_unittests", |
| + "device_unittests", |
| + "display_unittests", |
| + "events_unittests", |
| + "extensions_unittests", |
| + "gcm_unit_tests", |
| + "gfx_unittests", |
| + "google_apis_unittests", |
| + "gpu_unittests", |
| + "ipc_mojo_unittests", |
| + "ipc_tests", |
| + "jingle_unittests", |
| + "media_unittests", |
| + "mojo_common_unittests", |
| + "net_unittests", |
| + "ppapi_unittests", |
| + "printing_unittests", |
| + "remoting_unittests", |
| + "sandbox_linux_unittests", |
| + "skia_unittests", |
| + "sql_unittests", |
| + "sync_unit_tests", |
| + "ui_base_unittests", |
| + "ui_touch_selection_unittests", |
| + "unit_tests", |
| + "url_unittests", |
| + "views_unittests", |
| + "wm_unittests" |
| + ], |
| + "disabled_tests": { |
| + "app_shell_browsertests": "http://crbug.com/455633", |
| + "cc_unittests": "http://crbug.com/437454", |
| + "browser_tests": |
| + "Too many errors, clean content_browsertests first. http://crbug.com/368525", |
| + "interactive_ui_tests": "http://crbug.com/455679" |
| + } |
| } |
| } |