summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-07-31 09:42:58 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-07-31 09:42:58 +0200
commit1d22680cf06ca27f88d8e08f266ae0adcf718a89 (patch)
treece404568c6cae45c615be0376131e29156232e34 /tests
parent293bde32be7689f992cde0bdb8f4d65822625878 (diff)
downloadnss-hg-1d22680cf06ca27f88d8e08f266ae0adcf718a89.tar.gz
Bug 1284832 - Remove memleak.sh test runs from Taskcluster CI r=franziskus
Diffstat (limited to 'tests')
-rw-r--r--tests/common/init.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/common/init.sh b/tests/common/init.sh
index 88f44e524..457890dc2 100644
--- a/tests/common/init.sh
+++ b/tests/common/init.sh
@@ -44,12 +44,6 @@
NSS_STRICT_SHUTDOWN=1
export NSS_STRICT_SHUTDOWN
-# If using ASan, disable LSan; see bug 1246801.
-if [ -z "${NSS_ENABLE_LSAN}" ]; then
- ASAN_OPTIONS="detect_leaks=0${ASAN_OPTIONS:+:$ASAN_OPTIONS}"
- export ASAN_OPTIONS
-fi
-
# Init directories based on HOSTDIR variable
if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then
init_directories()