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

  /external/chromium_org/tools/
bisect_test.py 7 bisect_builds = __import__('bisect-builds')
35 def bisect(self, good_rev, bad_rev, evaluate): member in class:BisectTest
36 return bisect_builds.Bisect(good_rev=good_rev,
46 self.assertEqual(self.bisect(1000, 100, lambda *args: 'g'), (100, 101))
47 self.assertEqual(self.bisect(100, 1000, lambda *args: 'b'), (100, 101))
48 self.assertEqual(self.bisect(2000, 200, lambda *args: 'b'), (1999, 2000))
49 self.assertEqual(self.bisect(200, 2000, lambda *args: 'g'), (1999, 2000))
bisect-builds.py 6 """Snapshot Build Bisect Tool
451 def Bisect(base_url,
506 # Get a list of revisions to bisect across.
507 if len(revlist) < 2: # Don't have enough builds to bisect.
508 msg = 'We don\'t have enough builds to bisect. revlist: %s' % revlist
671 for blink bisect, DEPS and REVISIONS file might not match since
721 help = 'The buildbot archive to bisect [%s].' %
724 help = 'Bisect across official ' +
755 help = 'Use Blink bisect instead of Chromium. ')
760 help='Allow the script to bisect aura builds'
    [all...]
bisect-perf-regression.py 6 """Performance Test Bisect Tool
13 further bisect changes to those depots and attempt to narrow down the revision
19 ./tools/bisect-perf-regression.py -c\
30 ./tools/bisect-perf-regression.py -c\
410 """Builder is used by the bisect script to build relevant targets and deploy.
940 # range. We'll sort them and bisect by that. There is a remote chance that
967 # V8 is tricky to bisect, in that there are only a few instances when
    [all...]

Completed in 34 milliseconds