...

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

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

     1{"Fail": "!amber || !apricot && !peach"}
     2-- stdout --
     3--- change set #1 (disabling changes causes failure)
     4amber
     5---
     6--- change set #2 (disabling changes causes failure)
     7apricot
     8peach
     9---
    10-- stderr --
    11bisect: checking target with all changes disabled
    12bisect: run: test n... FAIL (90 matches)
    13bisect: checking target with all changes enabled
    14bisect: run: test y... ok (90 matches)
    15bisect: target fails with no changes, succeeds with all changes
    16bisect: searching for minimal set of disabled changes causing failure
    17bisect: run: test !+0... FAIL (45 matches)
    18bisect: run: test !+00... ok (23 matches)
    19bisect: run: test !+10... FAIL (22 matches)
    20bisect: run: test !+010... FAIL (11 matches)
    21bisect: run: test !+0010... FAIL (6 matches)
    22bisect: run: test !+00010... FAIL (3 matches)
    23bisect: run: test !+000010... FAIL (2 matches)
    24bisect: run: test !+0000010... FAIL (1 matches)
    25bisect: confirming failing change set
    26bisect: run: test v!+x002... FAIL (1 matches)
    27bisect: FOUND failing change set
    28bisect: checking for more failures
    29bisect: run: test !-x002... FAIL (89 matches)
    30bisect: target still fails; searching for more bad changes
    31bisect: run: test !+0-x002... ok (44 matches)
    32bisect: run: test !+1-x002... ok (45 matches)
    33bisect: run: test !+0+1-x002... FAIL (44 matches)
    34bisect: run: test !+00+1-x002... ok (23 matches)
    35bisect: run: test !+10+1-x002... FAIL (21 matches)
    36bisect: run: test !+010+1-x002... ok (10 matches)
    37bisect: run: test !+110+1-x002... FAIL (11 matches)
    38bisect: run: test !+0110+1-x002... FAIL (6 matches)
    39bisect: run: test !+00110+1-x002... FAIL (3 matches)
    40bisect: run: test !+000110+1-x002... FAIL (2 matches)
    41bisect: run: test !+0000110+1-x002... FAIL (1 matches)
    42bisect: run: test !+1+x006-x002... FAIL (45 matches)
    43bisect: run: test !+01+x006-x002... ok (23 matches)
    44bisect: run: test !+11+x006-x002... FAIL (22 matches)
    45bisect: run: test !+011+x006-x002... FAIL (11 matches)
    46bisect: run: test !+0011+x006-x002... ok (6 matches)
    47bisect: run: test !+1011+x006-x002... FAIL (5 matches)
    48bisect: run: test !+01011+x006-x002... ok (3 matches)
    49bisect: run: test !+11011+x006-x002... FAIL (2 matches)
    50bisect: run: test !+011011+x006-x002... ok (1 matches)
    51bisect: run: test !+111011+x006-x002... FAIL (1 matches)
    52bisect: confirming failing change set
    53bisect: run: test v!+x006+x03b-x002... FAIL (2 matches)
    54bisect: FOUND failing change set
    55bisect: checking for more failures
    56bisect: run: test !-x006-x03b-x002... ok (87 matches)
    57bisect: target succeeds with all remaining changes disabled

View as plain text