On Wed May 14 08:31:46 2025 +0000, Nikolay Sivov wrote:
There are two different E_POINTER, and some others, in SDK. But I don't see why this would return unusual one.
That comment isn't even accurate. The condition for using the alternate ones is `!(defined(_WIN32) && !defined(_MAC))`, which is `!defined(_WIN32) || defined(_MAC)`, not &&.
And yeah, unless some version of Windows actually does return the mac errors, the tests shouldn't look for them.