#9191: Running pyx files from the command line doesn't work anymore
-------------------------------------------------------+--------------------
Reporter: was | Owner: jason
Type: defect | Status:
positive_review
Priority: major | Milestone:
sage-pending
Component: misc | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Jeroen
Demeyer, Karl-Dieter Crisman
Authors: Karl-Dieter Crisman, Jeroen Demeyer | Merged in:
Dependencies: #13533 | Stopgaps:
-------------------------------------------------------+--------------------
Changes (by kcrisman):
* status: needs_review => positive_review
* dependencies: => #13533
* milestone: sage-5.4 => sage-pending
Comment:
In fact, I guess this patch *must* be based on this assumption, given that
all the spyx doctest in cmdline.py has no optional gcc! Modulo that
issue, this is fine, so putting positive review and sage-pending.
----
On a separate issue, I'm puzzled. I guess the optional tests weren't run
very often. Here's an error even without the patches! This is Mac OS X
10.7.4. Just reporting here, I assume this is another (perhaps already
opened) ticket.
{{{
sage -t -only-optional=gcc "devel/sage-main/sage/misc/cython.py"
**********************************************************************
File "/Users/.../sage-5.4.beta2/devel/sage-main/sage/misc/cython.py", line
617:
sage: g(2,3)
# optional -- gcc
Expected:
55.200000000000003
Got:
55.2
**********************************************************************
File "/Users/.../sage-5.4.beta2/devel/sage-main/sage/misc/cython.py", line
619:
sage: g(0,0)
# optional -- gcc
Expected:
3.2000000000000002
Got:
3.2
**********************************************************************
File "/Users.../sage-5.4.beta2/devel/sage-main/sage/misc/cython.py", line
626:
sage: f(10)
# optional -- gcc
Exception raised:
KeyError: 'math'
**********************************************************************
File "/Users/.../sage-5.4.beta2/devel/sage-main/sage/misc/cython.py", line
629:
sage: f(10)
# optional -- gcc
Exception raised:
KeyError: 'math'
**********************************************************************
1 items had failures:
4 of 12 in __main__.example_0
***Test Failed*** 4 failures.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9191#comment:11>
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.