зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1215686 - Disable ASAN leak reporting on reftests for now; r=mccr8
This commit is contained in:
Родитель
419cfce138
Коммит
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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче