...

Text file src/golang.org/x/tools/cmd/bisect/testdata/maxset1.txt

Documentation: golang.org/x/tools/cmd/bisect/testdata

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

View as plain text