I got this one too : see below.
Le mardi 7 janvier 2025 à 04:38:26 UTC+1, John H Palmieri a écrit :
This failure does not look familiar:sage -t --warn-long 5.0 --random-seed=171543879869251440839017860634627747492 src/sage/repl/ipython_extension.py
**********************************************************************
File "src/sage/repl/ipython_extension.py", line 433, in sage.repl.ipython_extension.SageMagics.cython
Failed example:
shell.run_cell('''
%%cython --view-annotate=xx
print(1)
''')
Expected:
UsageError: argument --view-annotate: invalid choice: 'xx' (choose from 'none', 'auto', 'webbrowser', 'displayhtml')
Got:
UsageError: argument --view-annotate: invalid choice: 'xx' (choose from none, auto, webbrowser, displayhtml)
**********************************************************************
1 item had failures:
1 of 10 in sage.repl.ipython_extension.SageMagics.cython
[92 tests, 1 failure, 4.77s wall]
That’s a cosmetic booboo (I hope) : the “Espected” strong has one space too much at the start and extra quotes around the names of the "choices") :
sage -t --long --warn-long 30.0 --random-seed=23171707168444380242501851599558507527 src/sage/repl/ipython_extension.py ********************************************************************** File "src/sage/repl/ipython_extension.py", line 433, in sage.repl.ipython_extension.SageMagics.cython Failed example: shell.run_cell(''' %%cython --view-annotate=xx print(1) ''') Expected: UsageError: argument --view-annotate: invalid choice: 'xx' (choose from 'none', 'auto', 'webbrowser', 'displayhtml') Got: UsageError: argument --view-annotate: invalid choice: 'xx' (choose from none, auto, webbrowser, displayhtml) **********************************************************************This can hardly be seen but when printing with a fixed-width font…
HTH,
On Debian testing running on core i7 + 16 GB RAM, upgrading 10.6.beta2 to 10.6.beta3 and running ptestlong gioves me two permanent failures :
The sage.rings.real_mpfr failure already reported several times.
The failure observed by John Palmieri, whoch seems cosmetic.
HTH,
I build it with ubuntu 25.04 dev, on AMD 24 cores 32 GB RAM ssd 1
tera , I didn't notice any problem either on wsl2 et the other ?
--
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...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-release/140d15da-1919-470c-b8a6-b9dcfd7d6816n%40googlegroups.com.