aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool
AgeCommit message (Expand)Author
2016-06-21Add tests to and update sysroot_wrapper bisectorCassidy Burden
2016-06-21binary search tool: Add Run method and move Main logic thereCassidy Burden
2016-06-20Binary search tool: Refactor bs to binary_searchCassidy Burden
2016-06-20binary search tool: Cleanup state files after SaveState unit testCassidy Burden
2016-06-17Remove unnecessary prune iterations from binary search toolCassidy Burden
2016-06-17[crosperf] Add phony image testing, for easier package development.Caroline Tice
2016-06-17Fix binary search tool SaveState to correctly save bisecting logicCassidy Burden
2016-06-17Fix cros_pkg switch scripts so last input is properly readCassidy Burden
2016-06-16Add resuming to binary search toolCassidy Burden
2016-06-15Fix binary search tool's temp file creationCassidy Burden
2016-06-15Fix binary search tool install unit testsCassidy Burden
2016-06-14Fix binary search tool tester to process output correctlyCassidy Burden
2016-06-14Update BinarySearchState's SaveState to be atomicCassidy Burden
2016-06-13Add constant progress output to binary search toolCassidy Burden
2016-06-13[crosperf] Update binary search scripts to use same logger.Cassidy Burden
2016-06-13Update bisection tool to use RunCommandWExceptionCleanupCassidy Burden
2016-06-10Add verbose option to binary search toolCassidy Burden
2016-06-09Add default install script to cros_pkgCassidy Burden
2016-06-08Add install_script argument to binary search tool.Cassidy Burden
2016-06-03Fix typo with package bisector switch_to_good scriptCassidy Burden
2016-06-01Fix linting errors with binary search tool.Cassidy Burden
2016-05-26[crosperf] Update bisecing triage tool to not update build_image.Caroline Tice
2016-01-23toolchain-utils: fix class-missing-docstring lint warnings.Rahul Chaudhry
2016-01-23toolchain-utils: fix module-missing-docstring lint warnings.Rahul Chaudhry
2016-01-04toolchain-utils: fix docstring-second-line-blank lint warnings.Rahul Chaudhry
2016-01-04toolchain-utils: fix missing-print-function lint warnings.Rahul Chaudhry
2016-01-04toolchain-utils: apply pyformat to the source files.Rahul Chaudhry
2015-12-28toolchain-utils: fix shebang related lint warnings.Rahul Chaudhry
2015-12-28toolchain-utils: remove unused imports.Rahul Chaudhry
2015-12-17toolchain-utils: clean lint warning.Yunlian Jiang
2015-12-17toolchani-utils: clean lint warning for binary_search_perforce.pyYunlian Jiang
2015-12-16Run pyformat on all the toolchain-utils files.Luis Lozano
2015-12-15crosperf: RunCommand should return one type of object.Luis Lozano
2015-03-27Scripts to use with sysroot_wrapper bisecting.Luis Lozano
2015-02-07Add all the files and scripts for using the binary search tool tocmtice
2014-11-27Move binary search tool to toolchain-utils with a comprehensive test suite.Han Shen