| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
comment on bugs. At the moment, the script only produces a "Results" step on success. On failure, it will either output a "Results - Bisect Failed" or in a lot of cases just print an error to stdout. Refactored error handling code to raise exceptions, which can be caught at the end of main and we can ensure that a "Results" step is written.
BUG=
Review URL: https://codereview.chromium.org/29033004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229679 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
exists. The prepare step is just used to make sure the src directory exists for the bot for running an http server before starting the actual bisect. On linux/mac this step is quick, but on Windows it can take 20 minutes or more.
BUG=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/23447006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220312 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
to bisect revisions.
BUG=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/23030007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218759 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
missing libjingle in .DEPS.git for a while, so use --reset and --force to bring depot back to working state.
BUG=266324
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/21015015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214856 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=245361
Review URL: https://chromiumcodereview.appspot.com/16132012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205351 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|