summaryrefslogtreecommitdiffstats
path: root/tools/bisect_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Delete webkit directory on initial sync as well, as the previous bisection ↵simonhatch@chromium.org2013-04-171-1/+41
| | | | | | | | | | | may have left the depot with an old copy of Webkit lying around. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14265008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194718 0039d316-1c4b-4281-b951-d872f2087c98
* Added call to stop goma in case it's still running from a build that timed out.simonhatch@chromium.org2013-03-181-6/+20
| | | | | | | | | | | | | | Added --verbose parameter to sync commands. Added newlines around annotations since bot seems to trip up on finding them if they get appended to previous output. Added --reset --force --delete_unversioned_trees to prepare step in case previous run was aborted/crashed and there's cruft leftover. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12780015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188789 0039d316-1c4b-4281-b951-d872f2087c98
* Added windows support for bisect script. Added build_preference parameter to ↵simonhatch@chromium.org2013-03-151-1/+9
| | | | | | | | | | | | bisect script to specify build system. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12712009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188451 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bisecting into v8's depot. Now the tool will check out a private copy of ↵simonhatch@chromium.org2013-03-131-0/+1
| | | | | | | | | | | | v8's "bleeding edge" depot and attempt to bisect between known stable revisions. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12712003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187736 0039d316-1c4b-4281-b951-d872f2087c98
* Added a --create_depot_and_exit parameter to the bisect tool.simonhatch@chromium.org2013-02-261-0/+148
BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12314109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184757 0039d316-1c4b-4281-b951-d872f2087c98