Bug 1185244 - Improve mach support for running mochitests on Valgrind. r=jgraham, njn.
This commit is contained in:
@@ -582,7 +582,8 @@ class RefTest(object):
|
||||
|
||||
def runApp(self, profile, binary, cmdargs, env,
|
||||
timeout=None, debuggerInfo=None,
|
||||
symbolsPath=None, options=None):
|
||||
symbolsPath=None, options=None,
|
||||
valgrindPath=None, valgrindArgs=None, valgrindSuppFiles=None):
|
||||
|
||||
def timeoutHandler():
|
||||
self.handleTimeout(
|
||||
|
||||
Reference in New Issue
Block a user