Home | History | Annotate | Download | only in tools

Lines Matching refs:asan

21                  '/chromium-browser-asan')
195 """ASAN builds are in directories like "linux-release", or have filenames
196 like "asan-win32-release-277079.zip". This aligns to our platform names
236 """Returns the base name of the ASAN zip file."""
238 return 'asan-symbolized-%s-%s' % (self.GetASANPlatformDir(),
241 return 'asan-%s-%s' % (self.GetASANPlatformDir(), self.build_type)
284 # Non ASAN builds are in a <revision> directory. The ASAN builds are
629 """Determine if an ASAN build |rev| is good or bad
631 Will examine stderr looking for the error message emitted by ASAN. If not
1062 parser.add_option('--asan',
1063 dest='asan',
1066 help='Allow the script to bisect ASAN builds')
1083 if opts.asan:
1086 print 'Error: ASAN bisecting only supported on these platforms: [%s].' % (
1090 print 'Error: Do not yet support bisecting official ASAN builds.'
1093 if opts.asan:
1102 opts.official_builds, opts.asan, opts.use_local_repo,
1135 if opts.asan: