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 /crypto | |
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 'crypto')
-rw-r--r-- | crypto/crypto_unittests.isolate | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/crypto_unittests.isolate b/crypto/crypto_unittests.isolate index 381a1c8..68ac6fa 100644 --- a/crypto/crypto_unittests.isolate +++ b/crypto/crypto_unittests.isolate @@ -12,7 +12,6 @@ '--brave-new-test-launcher', '--test-launcher-bot-mode', '--asan=<(asan)', - '--lsan=<(lsan)', '--msan=<(msan)', '--tsan=<(tsan)', ], @@ -45,7 +44,6 @@ '--brave-new-test-launcher', '--test-launcher-bot-mode', '--asan=<(asan)', - '--lsan=<(lsan)', '--msan=<(msan)', '--tsan=<(tsan)', ], |