summaryrefslogtreecommitdiffstats
path: root/tools/bisect-manual-test.py
Commit message (Collapse)AuthorAgeFilesLines
* Style cleanup in auxiliary bisect-related scripts.qyearsley@chromium.org2014-07-251-4/+5
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/419653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285638 0039d316-1c4b-4281-b951-d872f2087c98
* Add target_build_type flag to bisect-perf-regression tool to enable ↵rmcilroy@chromium.org2014-05-121-5/+0
| | | | | | | | | | | | | | | | bisecting of a Debug build with run-bisect-manual-test.py tool. The run-bisect-manual-test.py uses bisect-perf-regression.py under the hood, and currently it is not possible to bisect a Debug build this way. This CL addresses this. Also fixes browser.Start() / browser.Close() in manual-test.py. BUG=370373 NOTRY=true Review URL: https://codereview.chromium.org/277993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269815 0039d316-1c4b-4281-b951-d872f2087c98
* Fix page_cycler unittests BrowserOptions->BrowserFinderOptions.achuith@chromium.org2013-08-301-1/+1
| | | | | | | | | BUG=269131 TEST=trybot Review URL: https://chromiumcodereview.appspot.com/23480018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220497 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue with run-bisect-manual-test.py where it wouldn't start the brower.rmcilroy@chromium.org2013-08-201-0/+1
| | | | | | | | | | | | Also, make sure that the script starts the browser that was built in the working directory, rather than in the one in the source directory which the script is started from. BUG= Review URL: https://chromiumcodereview.appspot.com/23352002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218502 0039d316-1c4b-4281-b951-d872f2087c98
* Add a simple tool which enables automated bisecting of codebase with manual testrmcilroy@chromium.org2013-07-101-0/+52
Creates a tool which enables bisection the codebase, with the user prompted to manually test a given revision and enter whether it is good or bad. Useful in tracking down the CL which caused a bug which can be triggered manually. BUG= Review URL: https://chromiumcodereview.appspot.com/18316008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210824 0039d316-1c4b-4281-b951-d872f2087c98