#12321: exclude tests that always fail for Python's spkg with SAGE_CHECK=yes
-----------------------+----------------------------------------------------
Reporter: ddrake | Owner: mvngu
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: doctest | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------+----------------------------------------------------
The Python spkg is notorious for never, ever passing SAGE_CHECK tests.
There are always several test failures that really just indicate that
certain extra software (tcl, for example) isn't installed. These errors
are harmless, and fortunately we can easily avoid those tests. In `spkg-
check`, we need
{{{
make EXTRATESTOPTS="-x test_foo -x test_bar" test
}}}
to exclude tests `foo` and `bar` from running.
We need to decide what tests to exclude, on what platforms, and then
change the spkg so that it succeeds with `SAGE_CHECK=yes`.
Related tickets: #9299, #9297. sage-devel discussion:
https://groups.google.com/d/topic/sage-devel/ol-DcoUO184/discussion
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12321>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.