On Tue, Apr 10, 2018 at 10:45 AM, Erik Bray <erik.m.b...@gmail.com> wrote:
> On Tue, Apr 3, 2018 at 10:56 AM, Eric Gourgoulhon
> <egourgoul...@gmail.com> wrote:
>> On Ubuntu 16.04 x86_64 Xeon E5-2623 + 16 GB RAM, from a fresh git clone,
>> parallel (-j16) build OK and make ptestlong reported some transient errors
>> due to "Jmol failed to create file" in 4 files + a new transient (i.e.
>> passed when run standalone) error:
>>
>> sage -t --long --warn-long 46.2 src/sage/sets/totally_ordered_finite_set.py
>> **********************************************************************
>> File "src/sage/sets/totally_ordered_finite_set.py", line 218, in
>> sage.sets.totally_ordered_finite_set.TotallyOrderedFiniteSet
>> Failed example:
>>     for e in [1,'a',(0, 0)]:
>>         f = A(e)
>>         l = (e == f,
>>              cmp(e,f) == cmp(type(e),type(f)),
>>              cmp(f,e) == cmp(type(f),type(e)))
>>         print(l)
>> Expected:
>>     (False, True, True)
>>     (False, True, True)
>>     (False, True, True)
>> Got:
>>     (False, False, False)
>>     (False, True, True)
>>     (False, True, True)
>> **********************************************************************
>> 1 item had failures:
>>    1 of  29 in sage.sets.totally_ordered_finite_set.TotallyOrderedFiniteSet
>>
>> All these errors disappear when the doctests are run standalone.
>
> I am consistently getting this failure in
> src/sage/sets/totally_ordered_finite_set.py when running the tests on
> Cygwin, even when I just run
>
> ./sage -t src/sage/sets/totally_ordered_finite_set.py
>
> directly.  I don't recall ever seeing such a failure previously.

Oh, I just realized this is fixed by https://trac.sagemath.org/ticket/25077


>> Le dimanche 1 avril 2018 00:39:14 UTC+2, Volker Braun a écrit :
>>>
>>> As always, you can get the latest beta version from the "develop" git
>>> branch. Alternatively, the self-contained source tarball is at
>>> http://www.sagemath.org/download-latest.html
>>>
>>> fb9f38a4ae (tag: 8.2.rc1) Updated SageMath version to 8.2.rc1
>>> 97a9c3fe1a Trac #25025: Fix jmol package in Cygwin
>>> 1fe5f21b49 Trac #25021: Update the jmol SPKG with DESTDIR support
>>> c67129c035 Trac #25055: Upgrade openssl to 1.1.0h
>>> f756e2ebe9 Trac #21828: Use MemoryAllocator in generic graphs; fixes crash
>>> e5c848a64c (tag: 8.2.rc0) Updated SageMath version to 8.2.rc0
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sage-release" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to sage-release+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-release@googlegroups.com.
>> Visit this group at https://groups.google.com/group/sage-release.
>> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to