I've sent out v2 of this patch with `todo_wine`. Note only the first check in each of the tests, ulCount one, is expected to fail.
On 8 July 2018 at 21:44, Matteo Bruni matteo.mystral@gmail.com wrote:
2018-07-07 22:10 GMT+02:00 janisozaur@gmail.com:
From: Michał Janiszewski janisozaur@gmail.com
The tests in particular should trigger an edge case in implementation
If I understand it correctly these new tests will fail until patch 2/2 is also merged, right? That's not allowed, test should always pass. Ideally you should add some todo_wine to this patch so that the tests keep passing and remove them again in 2/2. It would also be acceptable, although slightly less nice, to simply swap the two patches in the series.