...

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

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

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

View as plain text