History log of /external/toolchain-utils/binary_search_tool/test/is_good_noinc_prune.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5e3929d7a155606bc541777fc84e4989389e13c 08-Aug-2016 Cassidy Burden <cburden@google.com> binary search tool: Rename install to test_setup

Refactor warning! Rename install script to be test_setup script.

TEST=Run unit tests

Change-Id: Iab7e01136fdcf2dedbfc94ece6ddb4b4fa3c0f68
Reviewed-on: https://chrome-internal-review.googlesource.com/273484
Commit-Ready: Cassidy Burden <cburden@google.com>
Tested-by: Cassidy Burden <cburden@google.com>
Reviewed-by: Caroline Tice <cmtice@google.com>
/external/toolchain-utils/binary_search_tool/test/is_good_noinc_prune.py
8f7e4bc040879b7a2eb22033f2c83d99cedbe6f4 22-Jul-2016 Cassidy Burden <cburden@google.com> binary search tool: Fix edge case with noincremental and prune

Fix edge case where not all items were sent to switch_to_good script
when noincremental and prune were both set. Pruning progressively narrows
down the total number of items being searched across because some items
can be assumed good. This fix ensures that these "known good" items are
also sent to the switch script if noincremental is set.

TEST=Add unit test for this case, run other tests

Change-Id: I1145f6eea224f06ceb2352ec77e17e849d489606
Reviewed-on: https://chrome-internal-review.googlesource.com/270718
Commit-Ready: Cassidy Burden <cburden@google.com>
Tested-by: Cassidy Burden <cburden@google.com>
Reviewed-by: Caroline Tice <cmtice@google.com>
/external/toolchain-utils/binary_search_tool/test/is_good_noinc_prune.py