aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/test
AgeCommit message (Expand)Author
2017-04-08[toolchain-utils] Fix remaining lint errors in toolchain-utils.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-03binary search tool: Change verify_level to booleanCassidy Burden
2016-08-01binary search tool: Fix off by one bug, add stress testsCassidy Burden
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-12binary search tool: Update found_items when prune is not setCassidy Burden
2016-07-08binary search tool: Add more unit testsCassidy Burden
2016-06-29Add argument overriding to bisect.pyCassidy Burden
2016-06-22Add initial unified bisection scriptCassidy Burden
2016-06-22binary search tool: Make BST tester check output more robustCassidy Burden
2016-06-21binary search tool: Add Run method and move Main logic thereCassidy Burden
2016-06-20binary search tool: Cleanup state files after SaveState unit testCassidy 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-08Add install_script argument to binary search tool.Cassidy Burden
2016-06-01Fix linting errors with binary search tool.Cassidy Burden
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 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-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