[NumPy-Tickets] [NumPy] #1089: numpy.test does not find all tests
NumPy Trac
numpy-tickets@scipy....
Thu Mar 3 02:56:45 CST 2011
#1089: numpy.test does not find all tests
---------------------------+------------------------------------------------
Reporter: cdavid | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.5.1
Component: numpy.testing | Version:
Keywords: |
---------------------------+------------------------------------------------
Comment(by rgommers):
The f2py tests are skipped at least under Wine due to some scary-looking
compiler detection code in f2py/tests/util.py. I attach the relevant
function as a separate script, the output for me is:
{{{
Ralf-Gommerss-iMac:~ rgommers$ wine .wine/drive_c/Python26/python.exe
Code/util.py
(False, False, False)
Ralf-Gommerss-iMac:~ rgommers$ python Code/util.py
(True, True, True)
}}}
I do have working compilers under Wine, but this code fails. I don't
really feel like looking into that code more...
In conclusion, the OS X and Windows test counts differ only where they
should except for the f2py thing.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1089#comment:7>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list