On Sun Nov 6 18:56:04 2022 +0000, Zebediah Figura wrote:
If the tests are passing on Windows but failing in Wine, that implies your implementation is not completely correct. Depending on the reason for that, you should probably either fix your implementation or mark the test todo_wine.
I set up a 32-bit debian VM trying to reproduce the failing test, but the tests passed without failures. With current implementation, the test that fail on line 634 occur iff returned cache file pointer is 0xffffffff, which I'm not sure if it is intended behavior. Will investigate some more and perhaps mark that test as todo_wine since I'm unable to reproduce the same result.