Lines Matching full:bisect
6 """Snapshot Build Bisect Tool
380 'Eg: python tools/bisect-builds.py -g 280588 -b 280590' +
451 ' running the bisect-builds.py again.:\n'
612 # They are present here because this function is passed to Bisect which then
686 def Bisect(context,
739 # Get a list of revisions to bisect across.
740 if len(revlist) < 2: # Don't have enough builds to bisect.
741 msg = 'We don\'t have enough builds to bisect. revlist: %s' % revlist
939 for blink bisect, DEPS and REVISIONS file might not match since
1006 help='The buildbot archive to bisect [%s].' %
1011 help='Bisect across official Chrome builds (internal '
1057 help='Use Blink bisect instead of Chromium. ')
1066 help='Allow the script to bisect ASAN builds')
1141 # after the bisect.
1145 (min_chromium_rev, max_chromium_rev, context) = Bisect(
1179 'you might also want to do a Blink bisect.')