summaryrefslogtreecommitdiffstats
path: root/chrome/interactive_ui_tests.isolate
diff options
context:
space:
mode:
authorearthdok <earthdok@chromium.org>2015-02-04 10:18:04 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-04 18:21:22 +0000
commiteeb0653038f092b18a9ca9b865a2fe80fe625a41 (patch)
tree40fa4d26bc80d6f5893fc66eb1cd74a6f9bdaf76 /chrome/interactive_ui_tests.isolate
parent266a9e0aa173d6bffbc6484d09c6407c096e6ac3 (diff)
downloadchromium_src-eeb0653038f092b18a9ca9b865a2fe80fe625a41.zip
chromium_src-eeb0653038f092b18a9ca9b865a2fe80fe625a41.tar.gz
chromium_src-eeb0653038f092b18a9ca9b865a2fe80fe625a41.tar.bz2
Support MSan/TSan in test isolation and test_env.py
BUG=454828 R=maruel@chromium.org,glider@chromium.org TBR=jam@chromium.org Review URL: https://codereview.chromium.org/895923002 Cr-Commit-Position: refs/heads/master@{#314587}
Diffstat (limited to 'chrome/interactive_ui_tests.isolate')
-rw-r--r--chrome/interactive_ui_tests.isolate4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
index bef0495..d968a7d 100644
--- a/chrome/interactive_ui_tests.isolate
+++ b/chrome/interactive_ui_tests.isolate
@@ -12,6 +12,8 @@
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--lsan=<(lsan)',
+ '--msan=<(msan)',
+ '--tsan=<(tsan)',
],
'files': [
'../testing/xvfb.py',
@@ -76,6 +78,8 @@
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--lsan=<(lsan)',
+ '--msan=<(msan)',
+ '--tsan=<(tsan)',
],
},
}],