bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6547: result of a new "make check" with the patch applied and retry_


From: Pádraig Brady
Subject: bug#6547: result of a new "make check" with the patch applied and retry_delay_() added
Date: Thu, 08 Jul 2010 21:57:36 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 08/07/10 15:46, Jost, Martin (NSN - DE/Munich) wrote:
> Hello,
> 
> here is the result of a new "make check" with the patch applied and
> retry_delay_() added:
> (Again stripped down to just the failed tests - this time compressed for
> the sake of the mailing list...)
>  <<test-suiteSTRIPPED3.log.gz>> 
> 
> This time I'm down to "6 of 365 tests failed.  (54 tests were not run)."

Great. Thanks for confirming the delay related failure is fixed.
The rest are, as I suggested previously, probably due to to
copy.c::chmod() returning ENOTSUP on your NFS.
If you're interested, Paul suggested a way to confirm that here:
http://lists.gnu.org/archive/html/bug-coreutils/2010-07/msg00012.html

What we may end up doing is marking certain tests as
only appropriate for local filesystems using something like:
  [ $(df -lP . | wc -l) = 1 ] && skip

cheers,
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]