On 11/11/10 15:42, Bruno Haible wrote: > x86_64-redhat-linuxe3-libposix.log.bz2 contains a failure of > FAIL: test-fprintf-posix2.sh > FAIL: test-printf-posix2.sh > > But on the same build machine as you used (menori.il.thewrittenword.com), > with a testdir created with > $ ./gnulib-tool --create-testdir --dir=/tmp/testdir1 --with-tests > --with-c++-tests `./posix-modules` > and configured with > $ ./configure CPPFLAGS=-Wall > I don't observe any failures.
Hi Bruno, And I *do* see these failures and chased them down to the printf failure. Apparently, printf("%011000d\n", n) triggers ENOMEM on the first go-around. Regards, Bruce