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

     1  {"Fail": "amber || apricot && peach", "Bisect": {"Max": 1}}
     2  -- stdout --
     3  --- change set #1 (enabling changes causes failure)
     4  amber
     5  ---
     6  -- stderr --
     7  bisect: checking target with all changes disabled
     8  bisect: run: test n... ok (90 matches)
     9  bisect: checking target with all changes enabled
    10  bisect: run: test y... FAIL (90 matches)
    11  bisect: target succeeds with no changes, fails with all changes
    12  bisect: searching for minimal set of enabled changes causing failure
    13  bisect: run: test +0... FAIL (45 matches)
    14  bisect: run: test +00... ok (23 matches)
    15  bisect: run: test +10... FAIL (22 matches)
    16  bisect: run: test +010... FAIL (11 matches)
    17  bisect: run: test +0010... FAIL (6 matches)
    18  bisect: run: test +00010... FAIL (3 matches)
    19  bisect: run: test +000010... FAIL (2 matches)
    20  bisect: run: test +0000010... FAIL (1 matches)
    21  bisect: confirming failing change set
    22  bisect: run: test v+x002... FAIL (1 matches)
    23  bisect: FOUND failing change set