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

Unified Diff: components/components_browsertests.isolate

Issue 895923002: Support MSan/TSan in test isolation and test_env.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix duplicate var Created 5 years, 11 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
Index: components/components_browsertests.isolate
diff --git a/components/components_browsertests.isolate b/components/components_browsertests.isolate
index cb5b41c6f1f0a2d8ba50776d94f4212784122ae9..aaa6d1905daf4ea746737a29d6b366f053e9240e 100644
--- a/components/components_browsertests.isolate
+++ b/components/components_browsertests.isolate
@@ -28,6 +28,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)',
],
},
}],

Powered by Google App Engine
This is Rietveld 408576698