Bug 1185244 - Improve mach support for running mochitests on Valgrind. r=jgraham, njn.

This commit is contained in:
Julian Seward
2015-09-28 12:01:42 +02:00
parent e278d57cc4
commit ad8e3b37e6
15 changed files with 354 additions and 27 deletions

View File

@@ -310,7 +310,8 @@ class RemoteReftest(RefTest):
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):
status = self.automation.runApp(None, env,
binary,
profile.profile,