#4736: The doctesting doesn't always report segfaults properly
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: gfurnish
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.2
Component: doctest | Keywords:
----------------------+-----------------------------------------------------
When reintroducing the bug from #4540 on purposed the doctesting framework
after applying #717 and #4719 has trouble detecting segfualts and
summarizing them at the end. For example consider this failure:
{{{
sage -t "devel/sage/sage/combinat/sf/kschur.py"
Exception exceptions.TypeError: 'cannot convert a (= 1) to OP' in
'sage.libs.symmetrica.symmetrica._op_schur_general_dict' ignored
function: mult(1)
[3.1 s]
}}}
When running "-tp 8 -long" the failure is reported as:
{{{
sage -t -long devel/sage/sage/combinat/sf/kschur.py # 0 doctests failed
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4736>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---