mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Bug 1215686 - Disable ASAN leak reporting on reftests for now; r=mccr8
This commit is contained in:
parent
419cfce138
commit
0d3dcab66e
@ -335,6 +335,10 @@ 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:
|
||||
|
Loading…
Reference in New Issue
Block a user