You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sage -t src/sage/parallel/decorate.py
**********************************************************************
File "src/sage/parallel/decorate.py", line 564, in sage.parallel.decorate.fork
Failed example:
print("this works"); g()
Expected:
this works...
<BLANKLINE>
------------------------------------------------------------------------
Unhandled SIG...
------------------------------------------------------------------------
'NO DATA'
Got:
this works
------------------------------------------------------------------------
'NO DATA'
**********************************************************************
1 item had failures:
1 of 18 in sage.parallel.decorate.fork
[90 tests, 1 failure, 31.67 s]
This is due to sagemath/cysignals#83 which is fixed in Cysignals. I tested that an update Cysignals fixed the test. So we just need to make sure to release a new Cysignals and update Sage to it for 8.3.
For example, the following test fails:
This is due to sagemath/cysignals#83 which is fixed in Cysignals. I tested that an update Cysignals fixed the test. So we just need to make sure to release a new Cysignals and update Sage to it for 8.3.
CC: @jdemeyer
Component: packages: standard
Keywords: cygwin cysignals
Issue created by migration from https://trac.sagemath.org/ticket/25482
The text was updated successfully, but these errors were encountered: