golang.org/x/tools@v0.21.0/cmd/bisect/testdata/count2.txt (about)

     1  {"Fail": "amber || apricot", "Bisect": {"Count": 2}}
     2  -- stdout --
     3  --- change set #1 (enabling changes causes failure)
     4  amber
     5  ---
     6  --- change set #2 (enabling changes causes failure)
     7  apricot
     8  ---
     9  -- stderr --
    10  bisect: checking target with all changes disabled
    11  bisect: run: test n... ok (90 matches)
    12  bisect: run: test n... ok (90 matches)
    13  bisect: checking target with all changes enabled
    14  bisect: run: test y... FAIL (90 matches)
    15  bisect: run: test y... FAIL (90 matches)
    16  bisect: target succeeds with no changes, fails with all changes
    17  bisect: searching for minimal set of enabled changes causing failure
    18  bisect: run: test +0... FAIL (45 matches)
    19  bisect: run: test +0... FAIL (45 matches)
    20  bisect: run: test +00... ok (23 matches)
    21  bisect: run: test +00... ok (23 matches)
    22  bisect: run: test +10... FAIL (22 matches)
    23  bisect: run: test +10... FAIL (22 matches)
    24  bisect: run: test +010... FAIL (11 matches)
    25  bisect: run: test +010... FAIL (11 matches)
    26  bisect: run: test +0010... FAIL (6 matches)
    27  bisect: run: test +0010... FAIL (6 matches)
    28  bisect: run: test +00010... FAIL (3 matches)
    29  bisect: run: test +00010... FAIL (3 matches)
    30  bisect: run: test +000010... FAIL (2 matches)
    31  bisect: run: test +000010... FAIL (2 matches)
    32  bisect: run: test +0000010... FAIL (1 matches)
    33  bisect: run: test +0000010... FAIL (1 matches)
    34  bisect: confirming failing change set
    35  bisect: run: test v+x002... FAIL (1 matches)
    36  bisect: run: test v+x002... FAIL (1 matches)
    37  bisect: FOUND failing change set
    38  bisect: checking for more failures
    39  bisect: run: test -x002... FAIL (89 matches)
    40  bisect: run: test -x002... FAIL (89 matches)
    41  bisect: target still fails; searching for more bad changes
    42  bisect: run: test +0-x002... FAIL (44 matches)
    43  bisect: run: test +0-x002... FAIL (44 matches)
    44  bisect: run: test +00-x002... ok (23 matches)
    45  bisect: run: test +00-x002... ok (23 matches)
    46  bisect: run: test +10-x002... FAIL (21 matches)
    47  bisect: run: test +10-x002... FAIL (21 matches)
    48  bisect: run: test +010-x002... ok (10 matches)
    49  bisect: run: test +010-x002... ok (10 matches)
    50  bisect: run: test +110-x002... FAIL (11 matches)
    51  bisect: run: test +110-x002... FAIL (11 matches)
    52  bisect: run: test +0110-x002... FAIL (6 matches)
    53  bisect: run: test +0110-x002... FAIL (6 matches)
    54  bisect: run: test +00110-x002... FAIL (3 matches)
    55  bisect: run: test +00110-x002... FAIL (3 matches)
    56  bisect: run: test +000110-x002... FAIL (2 matches)
    57  bisect: run: test +000110-x002... FAIL (2 matches)
    58  bisect: run: test +0000110-x002... FAIL (1 matches)
    59  bisect: run: test +0000110-x002... FAIL (1 matches)
    60  bisect: confirming failing change set
    61  bisect: run: test v+x006-x002... FAIL (1 matches)
    62  bisect: run: test v+x006-x002... FAIL (1 matches)
    63  bisect: FOUND failing change set
    64  bisect: checking for more failures
    65  bisect: run: test -x006-x002... ok (88 matches)
    66  bisect: run: test -x006-x002... ok (88 matches)
    67  bisect: target succeeds with all remaining changes enabled