On 13/06/11 10:15, Bruno Haible wrote: > On HP-UX 11.31, built with cc, coreutils-8.12 gives 3 test suite failures: > > FAIL: misc/printf-surprise (exit: 1) > FAIL: dd/nocache (exit: 1) > FAIL: du/inaccessible-cwd (exit: 1) > > Find attached the log file.
Re dd/nocache, I'm suspecting an incorrect match against the error message returned. It should skip the test for 'Operation not supported' Could you give the error returned for: dd if=/dev/zero of=ifile conv=fdatasync count=100 dd if=ifile iflag=nocache count=0 cheers, Pádraig.
