aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool
AgeCommit message (Expand)Author
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-09-07remove `from __future__ import ...` directivesGeorge Burgess IV
2022-09-07Autoformat all Python codeGeorge Burgess IV
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2021-05-19Bisection: add better support for Chrome.Jian Cai
2021-04-07bisection: support hostname:port form device in kernel bisectionJian Cai
2020-09-17bisection: exit after updating kernelJian Cai
2020-02-14toolchain-utils: fix cros lint and some random errorsZhizhou Yang
2020-02-14toolchain-utils: fix python3 errors in go scriptsZhizhou Yang
2020-02-12bisection: fix an error messageJian Cai
2020-02-10toolchain-utils: port binary_search_tool to python3Zhizhou Yang
2020-02-06binary_search_tool: fix failures in presubmitZhizhou Yang
2020-02-04bisection: add support of kernelJian Cai
2019-07-25toolchain-utils: remove all xrangesGeorge Burgess IV
2019-03-08Swap READMEs to markdownGeorge Burgess IV
2018-10-30bisect tool: Adding unit tests for pass/transform level bisectZhizhou Yang
2018-10-05Bisect tool: Use symbolic link for replacing object files on AndroidZhizhou Yang
2018-09-24Bisect tool: Support print IR differences before and after bisectionZhizhou Yang
2018-09-20Fix bisect_driver.py for Android pylint.Caroline Tice
2018-09-19bisect tool: Add README file for pass level bisectionZhizhou Yang
2018-09-17bisect tool: Symbolic link re-generated bad item to original oneZhizhou Yang
2018-09-10Bisect tool: Pass/Transformation level bisection for bad itemZhizhou Yang
2018-09-04Bisect tool: Add pass level bisection command option helperZhizhou Yang
2017-10-03[bisection tool] Fix bisect_driver.py and udpate for host bisection.Caroline Tice
2017-07-13[bisect tool] Fix full test to work with ChromeOS as well as Android.Caroline Tice
2017-07-11Fix compiler bisection tests nowrapper script.Manoj Gupta
2017-06-06Add scripts for usb-only flashing for cros package bisecting.Caroline Tice
2017-04-08[toolchain-utils] Fix remaining lint errors in toolchain-utils.Caroline Tice
2017-02-27[binary_search_tool] Add documentation for running bisection tests.Caroline Tice
2017-02-14[binary search tool] Add bisecting tests.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-09-14[bisection] Fix various minor bugs in Android bisection.Caroline Tice
2016-08-18binary search tool: Update ChromeOS Object bisectorCassidy Burden
2016-08-16binary search tool: Run tc_pyformat on all python scriptsCassidy Burden
2016-08-12binary search tool: Add sample NDK bisectionCassidy Burden
2016-08-11binary search tool: Make 1st resumed iteration non-incrementalCassidy Burden
2016-08-10binary search tool: Add maintenance documentCassidy Burden
2016-08-09binary search tool: Fix edge cases in compiler wrapperCassidy Burden
2016-08-09binary search tool: Rename install to test_setupCassidy Burden
2016-08-05binary search tool: Add option to always run compilerCassidy Burden
2016-08-05binary search tool: Clean up outputCassidy Burden
2016-08-05binary search tool: Show how to reconstruct bisection envCassidy Burden
2016-08-04binary search tool: Properly cache all side effectsCassidy Burden
2016-08-04binary search tool: Support @file compiler argumentsCassidy Burden
2016-08-03binary search tool: Change verify_level to booleanCassidy Burden
2016-08-03binary search tool: Use full obj path with compiler wrapperCassidy Burden
2016-08-02binary search tool: Add android bisector documentationCassidy Burden
2016-08-01binary search tool: Add android bisector to bisect.pyCassidy Burden
2016-08-01binary search tool: Change skip exit status to 125Cassidy Burden