HomeSort by relevance Sort by last modified time
    Searched refs:check_sanity (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/heapcheck/
heapcheck_test.py 67 def Analyze(self, log_lines, check_sanity=False):
74 If |check_sanity| is True, the list of suppressed reports is searched for a
80 check_sanity: A flag that determines whether we should check the tool's
204 if check_sanity and not is_sane:
210 def RunTestsAndAnalyze(self, check_sanity):
213 analyze_retcode = self.Analyze(log_file, check_sanity)
228 def Main(self, args, check_sanity=False):
232 retcode = self.RunTestsAndAnalyze(check_sanity)
249 check_sanity = module in MODULES_TO_SANITY_CHECK
250 return tool.Main(args[1:], check_sanity)
    [all...]
  /external/chromium_org/tools/valgrind/
valgrind_test.py 68 def Analyze(self, check_sanity=False):
181 def RunTestsAndAnalyze(self, check_sanity):
183 analyze_retcode = self.Analyze(check_sanity)
204 def Main(self, args, check_sanity, min_runtime_in_seconds):
209 retcode = self.RunTestsAndAnalyze(check_sanity)
236 check_sanity = module in MODULES_TO_SANITY_CHECK
237 return self.Main(args, check_sanity, min_runtime_in_seconds)
466 def GetAnalyzeResults(self, check_sanity=False):
479 return analyzer.Report(filenames, None, check_sanity)
505 # check_sanity won't work with browser wrapper
    [all...]
tsan_analyze.py 220 def Report(self, files, testcase, check_sanity=False):
225 check_sanity: if true, search for SANITY_TEST_SUPPRESSIONS
248 if (check_sanity and
drmemory_analyze.py 137 def Report(self, filenames, testcase, check_sanity):
139 # TODO(timurrrr): support positive tests / check_sanity==True
memcheck_analyze.py 424 def Report(self, files, testcase, check_sanity=False):
429 check_sanity: if true, search for SANITY_TEST_SUPPRESSIONS
597 if check_sanity:

Completed in 66 milliseconds