aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool
AgeCommit message (Expand)Author
2016-07-22binary search tool: Print out elapsed time every iterationCassidy Burden
2016-07-19binary search tool: Add new common hash_test.shCassidy Burden
2016-07-12binary search tool: Update found_items when prune is not setCassidy Burden
2016-07-08binary search tool: Add more unit testsCassidy Burden
2016-07-07Add docstrings to binary search state methodsCassidy Burden
2016-07-01binary search tool: Fix typos and small output errorsCassidy Burden
2016-07-01binary search tool: (Refactor) Extract common scripts into common folderCassidy Burden
2016-06-30binary search tool: Add object bisecting to bisect.pyCassidy Burden
2016-06-30binary search tool: Add pretty printing of arguments to bisect.pyCassidy Burden
2016-06-29Add README for bisect.pyCassidy Burden
2016-06-29Add argument overriding to bisect.pyCassidy Burden
2016-06-28Add common module for binary search toolCassidy Burden
2016-06-24binary search tool: Enforce execution from root directoryCassidy Burden
2016-06-24binary search tool: Move root path of cros_pkg execution, rename scriptsCassidy Burden
2016-06-22Add initial unified bisection scriptCassidy Burden
2016-06-22binary search tool: Make BST tester check output more robustCassidy Burden
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