summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_unittests.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 /gpu/gpu_unittests.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 'gpu/gpu_unittests.isolate')
-rw-r--r--gpu/gpu_unittests.isolate6
1 files changed, 6 insertions, 0 deletions
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)',
],
},
}],