Re: [PATCH v11 6/9] app/test: differentiate a strerror on different OS

2021-12-06 Thread Jie Zhou
On Sat, Dec 04, 2021 at 04:33:37AM +0300, Dmitry Kozlyuk wrote: > 2021-12-02 16:06 (UTC-0800), Jie Zhou: > > On Windows, strerror returns just "Unknown error" for errnum greater > > than MAX_ERRNO, while linux and freebsd returns "Unknown error ", > > which is the current expectation for errno_auto

Re: [PATCH v11 6/9] app/test: differentiate a strerror on different OS

2021-12-03 Thread Dmitry Kozlyuk
2021-12-02 16:06 (UTC-0800), Jie Zhou: > On Windows, strerror returns just "Unknown error" for errnum greater > than MAX_ERRNO, while linux and freebsd returns "Unknown error ", > which is the current expectation for errno_autotest. Differentiate > the error string on Windows to remove a "duplicate