diff options
author | earthdok <earthdok@chromium.org> | 2015-02-27 06:43:17 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-27 14:45:07 +0000 |
commit | 7c73161d05f13c913b8b81ca7321e0ac58ce92e6 (patch) | |
tree | 70ccfa0c35e15df8d5d5a2360b447a70370bfe4a /cc/cc_unittests.isolate | |
parent | d38edd7c787217bad312786d2e7997c0fcd290ff (diff) | |
download | chromium_src-7c73161d05f13c913b8b81ca7321e0ac58ce92e6.zip chromium_src-7c73161d05f13c913b8b81ca7321e0ac58ce92e6.tar.gz chromium_src-7c73161d05f13c913b8b81ca7321e0ac58ce92e6.tar.bz2 |
Remove the --lsan=1 flag from .isolate files.
This flag cannot be derived from GYP defines. Rather, the configuration of each
specific tester determines whether it should be passed.
BUG=455521
R=jam@chromium.org
Review URL: https://codereview.chromium.org/957383002
Cr-Commit-Position: refs/heads/master@{#318447}
Diffstat (limited to 'cc/cc_unittests.isolate')
-rw-r--r-- | cc/cc_unittests.isolate | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/cc_unittests.isolate b/cc/cc_unittests.isolate index db47aab..eab3396 100644 --- a/cc/cc_unittests.isolate +++ b/cc/cc_unittests.isolate @@ -21,7 +21,6 @@ '--brave-new-test-launcher', '--test-launcher-bot-mode', '--asan=<(asan)', - '--lsan=<(lsan)', '--msan=<(msan)', '--tsan=<(tsan)', ], @@ -47,7 +46,6 @@ '--brave-new-test-launcher', '--test-launcher-bot-mode', '--asan=<(asan)', - '--lsan=<(lsan)', '--msan=<(msan)', '--tsan=<(tsan)', ], @@ -65,7 +63,6 @@ '--brave-new-test-launcher', '--test-launcher-bot-mode', '--asan=<(asan)', - '--lsan=<(lsan)', '--msan=<(msan)', '--tsan=<(tsan)', ], |