Dear all,
I just set up a patchbot but two tests related to singular fail. The
singular it uses was compiled from source. See the patchbot report
at
https://patchbot.sagemath.org/ticket/32859/
sage -t --long --warn-long 42.4
--random-seed=24651699140802493978117085271929917492
src/sage/interfaces/expect.py
**********************************************************************
File "src/sage/interfaces/expect.py", line 915, in
sage.interfaces.expect.Expect._eval_line
Failed example:
singular.interrupt()
Expected:
True
Got:
False
**********************************************************************
File "src/sage/interfaces/expect.py", line 921, in
sage.interfaces.expect.Expect._eval_line
Failed example:
singular('2+3')
Expected:
Singular crashed -- automatically restarting.
5
Got:
5
**********************************************************************
1 item had failures:
2 of 16 in sage.interfaces.expect.Expect._eval_line
[102 tests, 2 failures, 18.08 s]
Best
Vincent