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

     1  {"Fail": "apricot && peach", "Bisect": {"MaxSet": 1}}
     2  -- stdout --
     3  -- stderr --
     4  bisect: checking target with all changes disabled
     5  bisect: run: test n... ok (90 matches)
     6  bisect: checking target with all changes enabled
     7  bisect: run: test y... FAIL (90 matches)
     8  bisect: target succeeds with no changes, fails with all changes
     9  bisect: searching for minimal set of enabled changes causing failure
    10  bisect: run: test +0... ok (45 matches)
    11  bisect: run: test +1... ok (45 matches)
    12  bisect: fatal error: cannot find any failing change sets of size ≤ 1
    13  <bisect failed>