On 04/01/2013 04:04 PM, LRN wrote: > it does fseek on stdin. > That is supposed to succeed when stdin is a file, and fail when stdin > is a pipe. > On W32 it always succeeds, even on a pipe, and thus fseek test fails. > Should that be fixed, or marked as XFAIL on W32?
That should be fixed, since a seek succeeding on a pipe is contrary to POSIX. Is fseek being replaced on W32? If so, the gnulib replacement has a bug - it should be preventing fseek() from succeeding on a pipe. If not, then we should fix the m4 tests to filter out the buggy W32 fseek and install the gnulib replacement. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature