summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorearthdok <earthdok@chromium.org>2015-02-27 06:43:17 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-27 14:45:07 +0000
commit7c73161d05f13c913b8b81ca7321e0ac58ce92e6 (patch)
tree70ccfa0c35e15df8d5d5a2360b447a70370bfe4a /components
parentd38edd7c787217bad312786d2e7997c0fcd290ff (diff)
downloadchromium_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 'components')
-rw-r--r--components/components_browsertests.isolate2
-rw-r--r--components/components_unittests.isolate3
2 files changed, 0 insertions, 5 deletions
diff --git a/components/components_browsertests.isolate b/components/components_browsertests.isolate
index 4ded8a7..6a6d4dc 100644
--- a/components/components_browsertests.isolate
+++ b/components/components_browsertests.isolate
@@ -27,7 +27,6 @@
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
- '--lsan=<(lsan)',
'--msan=<(msan)',
'--tsan=<(tsan)',
],
@@ -52,7 +51,6 @@
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
- '--lsan=<(lsan)',
'--msan=<(msan)',
'--tsan=<(tsan)',
],
diff --git a/components/components_unittests.isolate b/components/components_unittests.isolate
index d887acb..fc3491d 100644
--- a/components/components_unittests.isolate
+++ b/components/components_unittests.isolate
@@ -28,7 +28,6 @@
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
- '--lsan=<(lsan)',
'--msan=<(msan)',
'--tsan=<(tsan)',
],
@@ -48,7 +47,6 @@
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
- '--lsan=<(lsan)',
'--msan=<(msan)',
'--tsan=<(tsan)',
],
@@ -66,7 +64,6 @@
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
- '--lsan=<(lsan)',
'--msan=<(msan)',
'--tsan=<(tsan)',
],