aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/binary_search_state.py
AgeCommit message (Expand)Author
2017-04-08[toolchain-utils] Fix remaining lint errors in toolchain-utils.Caroline Tice
2016-12-01[binary search tool] Allow non-flashing images to be fails.Caroline Tice
2016-09-28[bisection tool] Don't make failure to flash bad image fatal error.Caroline Tice
2016-08-16binary search tool: Run tc_pyformat on all python scriptsCassidy Burden
2016-08-11binary search tool: Make 1st resumed iteration non-incrementalCassidy Burden
2016-08-09binary search tool: Rename install to test_setupCassidy Burden
2016-08-05binary search tool: Clean up outputCassidy Burden
2016-08-03binary search tool: Change verify_level to booleanCassidy Burden
2016-08-01binary search tool: Change skip exit status to 125Cassidy Burden
2016-08-01binary search tool: Fix off by one bug, add stress testsCassidy Burden
2016-07-27binary search tool: Alert user if --file_args requiredCassidy Burden
2016-07-27[crosperf] Clean up exceptions.Caroline Tice
2016-07-26binary search tool: Fix edge case with noincremental and pruneCassidy Burden
2016-07-26binary search tool: Provide temp files that hold GOOD/BAD setsCassidy Burden
2016-07-25[toolchain-utils] Finish switching utils/ to cros_utils/.Caroline Tice
2016-07-22binary search tool: Print out elapsed time every iterationCassidy Burden
2016-07-12binary search tool: Update found_items when prune is not setCassidy Burden
2016-07-07Add docstrings to binary search state methodsCassidy Burden
2016-07-01binary search tool: Fix typos and small output errorsCassidy Burden
2016-06-28Add common module for binary search toolCassidy 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-17Remove unnecessary prune iterations from binary search toolCassidy Burden
2016-06-17Fix binary search tool SaveState to correctly save bisecting logicCassidy Burden
2016-06-16Add resuming to binary search toolCassidy Burden
2016-06-15Fix binary search tool's temp file creationCassidy 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-08Add install_script argument to binary search tool.Cassidy Burden
2016-06-01Fix linting errors with binary search tool.Cassidy Burden
2015-12-17toolchain-utils: clean lint warning.Yunlian 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
2014-11-27Move binary search tool to toolchain-utils with a comprehensive test suite.Han Shen