This is on Apple Silicon Macs with Homebrew up to date (make and make pytest
 and  make ptestlong).

On macOS 12.6 (Monterey) with Xcode 14.0:  no problems.

On macOS 11.7 (Big Sur) with Xcode 13.2.1:  make ptestlong gives
----------------------------------------------------------------------
sage -t --long --warn-long 53.9
--random-seed=146248335736799747497433642776404209316
src/sage/interfaces/expect.py  # 2 doctests failed
sage -t --long --warn-long 53.9
--random-seed=146248335736799747497433642776404209316
src/sage/schemes/elliptic_curves/hom_velusqrt.py  # 1 doctest failed
sage -t --long --warn-long 53.9
--random-seed=146248335736799747497433642776404209316
src/sage/matrix/matrix_gf2e_dense.pyx  # 1 doctest failed
----------------------------------------------------------------------

The first one succeeds when run alone, as usual.
The third one is known (see https://trac.sagemath.org/ticket/33212).

The second one appears almost all the time (and always when run alone), but
I have been unable to find a pattern of failure:
sage -t --long --warn-long 53.9
--random-seed=146248335736799747497433642776404209316
src/sage/schemes/elliptic_curves/hom_velusqrt.py
**********************************************************************
File "src/sage/schemes/elliptic_curves/hom_velusqrt.py", line 829, in
sage.schemes.elliptic_curves.hom_velusqrt.EllipticCurveHom_velusqrt
Failed example:
    any(map(check, psi.codomain().isomorphisms(phi.codomain())))
Expected:
    True
Got:
    False
**********************************************************************
1 item had failures:
   1 of  32 in
sage.schemes.elliptic_curves.hom_velusqrt.EllipticCurveHom_velusqrt
    [269 tests, 1 failure, 1.29 s]
----------------------------------------------------------------------
sage -t --long --warn-long 53.9
--random-seed=146248335736799747497433642776404209316
src/sage/schemes/elliptic_curves/hom_velusqrt.py  # 1 doctest failed
----------------------------------------------------------------------

Guillermo

On Sat, 17 Sept 2022 at 13:04, Volker Braun <vbraun.n...@gmail.com> 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
>
> This should be the last rc...
>
> 59ac11a9375 (tag: 9.7.rc2, trac/develop) Updated SageMath version to
> 9.7.rc2
> 4f225f4cc66 (origin/develop) Trac #34533: OS X 12.6 "chained fixups"
> warning
> e421c55fafd Trac #34506: Override the arbitrary limit on number of digits
> printed (Python 3.10.7)
> 08202bc1ba7 (tag: 9.7.rc1) Updated SageMath version to 9.7.rc1
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CANnG18_ZtPOxcr8%2BZXwByM9whhUUhGcpAOdZARq4tJru%3DfXrhA%40mail.gmail.com.

Reply via email to