~mordred/drizzle/bison-i18n

« back to all changes in this revision

Viewing changes to tests/lib/sys_mgmt/system_management.py

  • Committer: Lee Bieber
  • Date: 2011-02-08 04:03:10 UTC
  • mfrom: (2148.1.6 dbqp_fixes)
  • Revision ID: kalebral@gmail.com-20110208040310-z4ulwx84gee7skjk
Merge Patrick - 714911: dbqp needs valgrind to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
    def handle_valgrind_reqs(self, optional_args, mode='valgrind'):
421
421
        """ We do what voodoo we need to do to run valgrind """
422
422
        valgrind_args = [ "--show-reachable=yes"
423
 
                        , "--malloc-fill=0xDEADBEEF"
424
 
                        , "--free-fill=0xDEADBEEF"
 
423
                        , "--malloc-fill=55"
 
424
                        , "--free-fill=55"
425
425
                        # , "--trace-children=yes" this is for callgrind only
426
426
                        ]
427
427
        if optional_args: