Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.

This commit is contained in:
Nicholas Nethercote
2015-01-07 16:13:03 -08:00
parent 5d234377e0
commit dceb4f2bc9
60 changed files with 18 additions and 25852 deletions

View File

@@ -836,9 +836,6 @@ class XPCShellTests(object):
self.env["MOZ_CRASHREPORTER"] = "1"
# Don't launch the crash reporter client
self.env["MOZ_CRASHREPORTER_NO_REPORT"] = "1"
# Capturing backtraces is very slow on some platforms, and it's
# disabled by automation.py too
self.env["NS_TRACE_MALLOC_DISABLE_STACKS"] = "1"
# Don't permit remote connections by default.
# MOZ_DISABLE_NONLOCAL_CONNECTIONS can be set to "0" to temporarily
# enable non-local connections for the purposes of local testing.