Home
last modified time | relevance | path

Searched refs:sancov_dir (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/testrunner/objects/
Dcontext.py33 predictable, no_harness, use_perf_data, sancov_dir): argument
51 self.sancov_dir = sancov_dir
58 self.use_perf_data, self.sancov_dir]
/external/v8/tools/
Drun-tests.py417 if options.sancov_dir:
418 assert os.path.exists(options.sancov_dir)
421 'coverage_dir=%s' % options.sancov_dir,
786 sancov_dir=options.sancov_dir)
922 if options.sancov_dir:
929 "--coverage-dir=%s" % options.sancov_dir])
/external/v8/tools/testrunner/local/
Dexecution.py156 if context.sancov_dir and output.pid is not None:
158 context.sancov_dir, "%s.%d.sancov" % (self.test.shell(), output.pid))