"Kyle J. McKay" <mackyle@xxxxxxxxx> writes: > I'm having a bit of trouble parsing that into expectations. A little > help please. > Are you suggesting that (1) just be omitted? Or that it be modified > so that it's an "expect success" patch? Neither. The result of applying the current 1/2 and 2/2 on top of, say 'master', would be the shape of the tree you would want to be in. Our preference is just to have it as a single patch, not as "first expect failure and then flip it to expect success while modifying the code". That approach makes the second step harder to review than necessary, because the "git show" output and "format-patch" output from the step would show only very little about the test that changes behaviour. Even with a single patch, if somebody wants a demonstration of what used to be broken without the code modification, it is easy to apply only the test part of the single patch without using the code change to see how it breaks, so "I want to demonstrate the breakage" is not a reason to have it as a separate step. Thanks.