summaryrefslogtreecommitdiffstats
path: root/tools/bisect_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Added android-chrome support to bisect script. Now if the config file specifi...simonhatch@chromium.org2013-12-041-2/+21
* Remove windows-only restriction on index.lock cleanup. Previously, the bisect...simonhatch@chromium.org2013-11-131-3/+1
* Look for index.lock files and remove them before starting a bisect. Occasiona...simonhatch@chromium.org2013-10-291-0/+15
* Clearly print repro steps in the bisect results so that the perf dashboard in...simonhatch@chromium.org2013-10-251-0/+5
* First pass performance try bot.simonhatch@chromium.org2013-10-221-0/+13
* The perf dashboard scrapes the "results" step from the bisect in order to com...simonhatch@chromium.org2013-10-201-11/+2
* Move the setup of the build system into the builder class. This is so the per...simonhatch@chromium.org2013-10-161-4/+3
* Skip the creation/sync step on the bot in the prepare step if it already exis...simonhatch@chromium.org2013-08-291-0/+13
* Adding option to exclude custom_deps when running run-bisect-manual-test.py t...pshenoy@chromium.org2013-08-211-33/+35
* Getting an exception trying to delete the libjingle directory on windows due ...simonhatch@chromium.org2013-08-201-2/+29
* Getting a lot of failures syncing third_party/libjingle. Just delete the dire...simonhatch@chromium.org2013-08-151-0/+19
* Add mach_ports to custom_deps.simonhatch@chromium.org2013-08-091-0/+2
* Add --reset sync commands in bisect script. Was failing to sync due to missin...simonhatch@chromium.org2013-07-311-10/+6
* [Bisect] Fix creation of initial checkout.tonyg@chromium.org2013-07-301-1/+2
* Add gclient revert when setting up depot. Having some issues (often seen on w...simonhatch@chromium.org2013-07-281-2/+3
* Bisct utility: do not remove GOMA_DIR environment variable.bulach@chromium.org2013-07-181-1/+0
* [Perf bisector] Add PPAPI binary paths to bisect checkout.tonyg@chromium.org2013-07-121-0/+18
* [Perf bisector] Flush stdout after outputting buildbot annotations.tonyg@chromium.org2013-07-121-0/+2
* Unset some environment vars so they can be set up via the bisect script.simonhatch@chromium.org2013-07-111-0/+35
* Fix bisect_utils.py on Android after r207873steveblock@chromium.org2013-06-271-1/+1
* Skip syncing V8_bleeding_edge unless bisecting V8.simonhatch@chromium.org2013-06-211-20/+30
* Added dom_perf to bisect custom_deps.simonhatch@chromium.org2013-06-121-0/+2
* Fixes perf bisect.bulach@chromium.org2013-06-111-1/+1
* First pass android support in bisect script.simonhatch@chromium.org2013-06-101-8/+59
* First pass on chromeos support for bisect script.simonhatch@chromium.org2013-06-061-4/+78
* Delete webkit directory on initial sync as well, as the previous bisection ma...simonhatch@chromium.org2013-04-171-1/+41
* 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 windows support for bisect script. Added build_preference parameter to ...simonhatch@chromium.org2013-03-151-1/+9
* Fix bisecting into v8's depot. Now the tool will check out a private copy of ...simonhatch@chromium.org2013-03-131-0/+1
* Added a --create_depot_and_exit parameter to the bisect tool.simonhatch@chromium.org2013-02-261-0/+148