On Mon Aug 14 08:05:58 2023 +0000, Chip Davis wrote:
This should have a `todo_wine` on it, which marks the test as "expected to fail on Wine." Then you remove it in patch 2, since it is no longer expected to fail then. Each commit is expected to build properly and pass tests--or at least, it shouldn't add any new failures. This requirement makes bisection easier.
Thanks for the explanation. I did this for all four commits and verified they all pass.