Back out changeset 7a8d20f52da6 (bug 1215686) for ASan jsreftest/reftest failures

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2015-10-16 20:21:54 -07:00
parent dc7a4cc45e
commit 65c005fc8d

View File

@ -335,10 +335,6 @@ class RefTest(object):
xrePath=options.xrePath, debugger=options.debugger)
browserEnv["XPCOM_DEBUG_BREAK"] = "stack"
if mozinfo.info["asan"]:
# Disable leak checking for reftests for now
browserEnv["ASAN_OPTIONS"] = "detect_leaks=0"
for v in options.environment:
ix = v.find("=")
if ix <= 0: