...

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

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

     1{"Fail": "blue && random", "Bisect": {"Count": 2}}
     2-- stdout --
     3-- stderr --
     4bisect: checking target with all changes disabled
     5bisect: run: test n... ok (90 matches)
     6bisect: run: test n... ok (90 matches)
     7bisect: checking target with all changes enabled
     8bisect: run: test y... FAIL (90 matches)
     9bisect: run: test y... FAIL (90 matches)
    10bisect: target succeeds with no changes, fails with all changes
    11bisect: searching for minimal set of enabled changes causing failure
    12bisect: run: test +0... ok (45 matches)
    13bisect: run: test +0... ok (45 matches)
    14bisect: run: test +1... FAIL (45 matches)
    15bisect: run: test +1... FAIL (45 matches)
    16bisect: run: test +01... FAIL (23 matches)
    17bisect: run: test +01... ok (23 matches)
    18bisect: fatal error: target fails inconsistently
    19<bisect failed>

View as plain text