Simon Josefsson wrote:
> I can reproduce this on mingw as well:
> 
> gnulib-tool --create-testdir --dir m --with-tests select
> cd m
> ./configure --host=i586-mingw32msvc --build=i686-pc-linux-gnu
> make check
> 
> results in:
> 
> FAIL: test-select-in.sh
> FAIL: test-select-out.sh

That's not a statement about the test, it's a statement about the select()
replacement for mingw. I wrote the test precisely in order to be able to
debug mingw select().

As always, the technique is first to get the test pass on Unix platforms;
then we know the test is correct. Then only start debugging on mingw.

Bruno



Reply via email to