Index: base/base_unittests.isolate |
diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate |
index f561d209cf5920b95b36562e9edc01f0db678469..fca76d5feeabfe241ba046b558066678463f3b31 100644 |
--- a/base/base_unittests.isolate |
+++ b/base/base_unittests.isolate |
@@ -20,6 +20,8 @@ |
'--test-launcher-bot-mode', |
'--asan=<(asan)', |
'--lsan=<(lsan)', |
+ '--msan=<(msan)', |
+ '--tsan=<(tsan)', |
], |
'files': [ |
'../testing/xvfb.py', |
@@ -51,6 +53,8 @@ |
'--test-launcher-bot-mode', |
'--asan=<(asan)', |
'--lsan=<(lsan)', |
+ '--msan=<(msan)', |
+ '--tsan=<(tsan)', |
], |
}, |
}], |