Support MSan/TSan in test isolation and test_env.py
BUG=454828
[email protected],[email protected]
[email protected]
Review URL: https://codereview.chromium.org/895923002
Cr-Commit-Position: refs/heads/master@{#314587}
diff --git a/gpu/gpu_unittests.isolate b/gpu/gpu_unittests.isolate
index 3380606..48fb1c5 100644
--- a/gpu/gpu_unittests.isolate
+++ b/gpu/gpu_unittests.isolate
@@ -21,6 +21,8 @@
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--lsan=<(lsan)',
+ '--msan=<(msan)',
+ '--tsan=<(tsan)',
],
'files': [
'../testing/xvfb.py',
@@ -37,6 +39,8 @@
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--lsan=<(lsan)',
+ '--msan=<(msan)',
+ '--tsan=<(tsan)',
],
},
}],
@@ -49,6 +53,8 @@
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--lsan=<(lsan)',
+ '--msan=<(msan)',
+ '--tsan=<(tsan)',
],
},
}],