From eeb0653038f092b18a9ca9b865a2fe80fe625a41 Mon Sep 17 00:00:00 2001 From: earthdok Date: Wed, 4 Feb 2015 10:18:04 -0800 Subject: 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} --- gpu/gpu_unittests.isolate | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gpu/gpu_unittests.isolate') 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)', ], }, }], -- cgit v1.1