> On Jan 23, 2019, at 12:47 , Volker Braun <[email protected]> wrote:
> 
> 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

Built w/o problems from fresh clones of the develop tree, on three macOS 
platforms: 10.11.6 (mid-2014 MBP, Quad-core Core i7), 10.13.6 (2017 iMac Pro, 
Xeon W), and 10.14.2 (2017 MBP, Quad-core Core i7).  For testing (‘ptestlong’):

10.11.6: all tests passed!

10.13.6: one doctest failed:
  sage -t --long --warn-long 72.5 src/sage/libs/singular/polynomial.pyx
  See below for the output.
  This test passed when run stand-alone.

10.14.2: all tests passed!

Justin

================================================
**********************************************************************
File "src/sage/libs/singular/polynomial.pyx", line 184, in 
sage.libs.singular.polynomial.singular_polynomial_call
Failed example:
    for i in range(30):  # long time
        n = leak(10000)
        print("Leaked {} bytes".format(n))
        if n == 0:
            zeros += 1
            if zeros >= 6:
                break
        else:
            zeros = 0
Expected:
    Leaked...
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
Got:
    Leaked 115129450496 bytes
    Leaked 327155712 bytes
    Leaked 272629760 bytes
    Leaked 327155712 bytes
    Leaked 327155712 bytes
    Leaked 327155712 bytes
    Leaked 327155712 bytes
    Leaked 343932928 bytes
    Leaked 335544320 bytes
    Leaked 0 bytes
    Leaked 71303168 bytes
    Leaked 331350016 bytes
    Leaked 331350016 bytes
    Leaked 327155712 bytes
    Leaked 0 bytes
    Leaked 327155712 bytes
    Leaked 0 bytes
    Leaked 335544320 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 318767104 bytes
    Leaked 339738624 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 331350016 bytes
    Leaked 138412032 bytes
    Leaked 327155712 bytes
    Leaked 0 bytes
**********************************************************************
1 item had failures:
   1 of  12 in sage.libs.singular.polynomial.singular_polynomial_call
    [51 tests, 1 failure, 711.16 s]

================================================
--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Absorption of Federal Funds
--------
Men are from Earth.
Women are from Earth.
   Deal with it.
--------



-- 
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 [email protected].
To post to this group, send email to [email protected].
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