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