...
1{"Fail": "amber || apricot && peach || red && green && blue || cyan && magenta && yellow && black", "Bisect": {"Max": 2}}
2-- stdout --
3--- change set #1 (enabling changes causes failure)
4amber
5---
6--- change set #2 (enabling changes causes failure)
7blue
8green
9red
10---
11-- stderr --
12bisect: checking target with all changes disabled
13bisect: run: test n... ok (90 matches)
14bisect: checking target with all changes enabled
15bisect: run: test y... FAIL (90 matches)
16bisect: target succeeds with no changes, fails with all changes
17bisect: searching for minimal set of enabled changes causing failure
18bisect: run: test +0... FAIL (45 matches)
19bisect: run: test +00... ok (23 matches)
20bisect: run: test +10... FAIL (22 matches)
21bisect: run: test +010... FAIL (11 matches)
22bisect: run: test +0010... FAIL (6 matches)
23bisect: run: test +00010... FAIL (3 matches)
24bisect: run: test +000010... FAIL (2 matches)
25bisect: run: test +0000010... FAIL (1 matches)
26bisect: confirming failing change set
27bisect: run: test v+x002... FAIL (1 matches)
28bisect: FOUND failing change set
29bisect: checking for more failures
30bisect: run: test -x002... FAIL (89 matches)
31bisect: target still fails; searching for more bad changes
32bisect: run: test +0-x002... ok (44 matches)
33bisect: run: test +1-x002... FAIL (45 matches)
34bisect: run: test +01-x002... ok (23 matches)
35bisect: run: test +11-x002... ok (22 matches)
36bisect: run: test +01+11-x002... FAIL (23 matches)
37bisect: run: test +001+11-x002... ok (12 matches)
38bisect: run: test +101+11-x002... FAIL (11 matches)
39bisect: run: test +0101+11-x002... ok (6 matches)
40bisect: run: test +1101+11-x002... ok (5 matches)
41bisect: run: test +0101+11+1101-x002... FAIL (6 matches)
42bisect: run: test +00101+11+1101-x002... FAIL (3 matches)
43bisect: run: test +000101+11+1101-x002... FAIL (2 matches)
44bisect: run: test +0000101+11+1101-x002... ok (1 matches)
45bisect: run: test +1000101+11+1101-x002... FAIL (1 matches)
46bisect: run: test +1101+11+x045-x002... FAIL (5 matches)
47bisect: run: test +01101+11+x045-x002... FAIL (3 matches)
48bisect: run: test +001101+11+x045-x002... FAIL (2 matches)
49bisect: run: test +0001101+11+x045-x002... FAIL (1 matches)
50bisect: run: test +11+x045+x00d-x002... FAIL (22 matches)
51bisect: run: test +011+x045+x00d-x002... ok (11 matches)
52bisect: run: test +111+x045+x00d-x002... FAIL (11 matches)
53bisect: run: test +0111+x045+x00d-x002... FAIL (6 matches)
54bisect: run: test +00111+x045+x00d-x002... FAIL (3 matches)
55bisect: run: test +000111+x045+x00d-x002... ok (2 matches)
56bisect: run: test +100111+x045+x00d-x002... FAIL (1 matches)
57bisect: confirming failing change set
58bisect: run: test v+x045+x00d+x027-x002... FAIL (3 matches)
59bisect: FOUND failing change set
View as plain text