Eric Blake wrote: > + open_memstream-tests: new module > + * modules/open_memstream-tests: New file.
I would mark it as an unportable test, like this: Status: unportable-test The reason is that there are (so far) 7 types of stdio implementations: - FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin - AIX, HP-UX, IRIX, OSF/1, Solaris, OpenServer, mingw - [uClibc] - [glibc], BeOS, Haiku, Linux libc5 - emx+gcc - QNX - Atari FreeMiNT and even with support for the first three stdio implementation, the other four ones are not dealt with. Bruno