On Sat Dec 24 04:20:45 2022 +0000, Zebediah Figura wrote:
The deleted urlmon and ws2_32 tests were also failing on Windows 11.
I'm confused; has the Windows bug been fixed on recent Windows? If so, why delete the tests instead of just marking the old result broken?
Yes, the bug has been fixed on recent Windows. No other addresses in these test arrays in urlmon and ws2_32 are broken, and I didn't think we cared much about the exact behavior in this case, so I thought the extra complexity of adding code to handle broken cases in urlmon and ws2_32 wouldn't be worth it. Nonetheless, if it's important to you then I will redo the patch with the tests intact and additional code to handle the broken ones.