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

Unified Diff: tools-webrtc/mb/mb_unittest.py

Issue 2868443002: Enable LSan leak checking for ASan bots. (Closed)
Patch Set: Removing deleted suppressions Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_unittest.py
diff --git a/tools-webrtc/mb/mb_unittest.py b/tools-webrtc/mb/mb_unittest.py
index 2950015cef305eae4413b962051d7760571dbb92..d27c19554bd77b132c80c0c4f3f96051e7aa9c06 100755
--- a/tools-webrtc/mb/mb_unittest.py
+++ b/tools-webrtc/mb/mb_unittest.py
@@ -455,6 +455,7 @@ class UnitTest(unittest.TestCase):
'--workers=1',
'--',
'--asan=0',
+ '--lsan=0',
'--msan=0',
'--tsan=0',
])
@@ -501,6 +502,7 @@ class UnitTest(unittest.TestCase):
'./base_unittests',
'--',
'--asan=0',
+ '--lsan=0',
'--msan=0',
'--tsan=0',
])
@@ -548,6 +550,7 @@ class UnitTest(unittest.TestCase):
r'.\unittests.exe',
'--',
'--asan=0',
+ '--lsan=0',
'--msan=0',
'--tsan=0',
])
@@ -591,6 +594,7 @@ class UnitTest(unittest.TestCase):
'./base_unittests',
'--',
'--asan=0',
+ '--lsan=0',
'--msan=0',
'--tsan=0',
])
@@ -641,6 +645,7 @@ class UnitTest(unittest.TestCase):
'./base_unittests',
'--',
'--asan=0',
+ '--lsan=0',
'--msan=0',
'--tsan=0',
])
« no previous file with comments | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698