Home | History | Annotate | Download | only in test_defs

Lines Matching refs:valgrind

75           if run_command.RunHostCommand(f, valgrind=True) == 0:
76 logger.Log("%s... ok\t\t[valgrind: ok]" % f)
78 logger.Log("%s... ok\t\t[valgrind: failed]" % f)
80 logger.Log("%s... ok\t\t[valgrind: missing]" % f)
146 def _RunHostCommand(self, binary, valgrind=False):
147 """Run a command on the host (opt using valgrind).
152 The command can be run under valgrind in which case all the
158 valgrind: If True the command will be run under valgrind.
164 return run_command.RunHostCommand(full_path, valgrind=valgrind)