guix-devel
[Top][All Lists]
Advanced

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

Re: Important libffi bug fix for MIPS N32


From: Ludovic Courtès
Subject: Re: Important libffi bug fix for MIPS N32
Date: Mon, 28 Oct 2013 14:08:52 +0100
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Nikita Karetnikov <address@hidden> skribis:

>> This line is:
>
>>       ASSERT (st1.st_ctime < st2.st_ctime
>>               || (st1.st_ctime == st2.st_ctime
>>                   && get_stat_ctime_ns (&st1) < get_stat_ctime_ns (&st2)));
>
>> (See 
>> <http://git.savannah.gnu.org/cgit/gnulib.git/tree/tests/test-chown.h#n191>.)
>
>> Could it have something to do with nanosecond-resolution timestamp
>> support in the kernel that’s running, or in the underlying file system?
>
> Mark suggested to try again.  I retried, and it passed all 295 tests.

Well, it could be that the test is flaky then.  Too bad the ‘ASSERT’
macro doesn’t provide more info when it fails.

Ludo’.



reply via email to

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