[SciPy-dev] scipy test failures

George Nurser gnurser at googlemail.com
Wed Jun 25 07:40:37 EDT 2008


I am running svn v 4478 both on a
macBook Pro: 10.5.3, gcc4.0.1, gfortran 4.3.0
numpy is 1.2.0.dev5308
Standard Apple Accelerate framework
scipy compiled as:
python setup.py build_src build_clib config_fc --fcompiler=gnu95
--f77flags=" -O3 -march=core2" build_ext config_fc --fcompiler=gnu95
--f77flags=" -O3 -march=core2" build >& inst.log &

 and a
Sun linux Opteron box: 64 bit, SUSE v 10.1, gcc 4.1.2, ifort v9.1
numpy is 1.2.0.dev5302
cblas + ACML for lapack,fblas

On the MBP scipy.test('10') produces 4 failures:

FAIL: test_x_stride (test_fblas.TestCgemv)
FAIL: test_autoalign_nmi_value_2
FAIL: test_autoalign_nmi_value_2
FAIL: test_namespace (test_formula.TestFormula)

and 4 errors

ERROR: test_huber (test_scale.TestScale)
ERROR: test_huberaxes (test_scale.TestScale)
ERROR: no_test_no_check_return (test_wx_spec.TestWxConverter)
ERROR: test_var_in (test_wx_spec.TestWxConverter)

wx_return.cpp and wx_var_in.cpp also seem to have declaration errors
and wx_var_in.cpp fails looking for a nonexistent gdk/gdk.h

On the 64-bit Opteron 6 failures:
FAIL: test_autoalign_nmi_value_2
FAIL: test_texture2 (test_segment.TestSegment)
FAIL: test_lorentz (test_odr.TestODR)
FAIL: test_multi (test_odr.TestODR)
FAIL: test_pearson (test_odr.TestODR)
FAIL: test_namespace (test_formula.TestFormula)

and the same 4 errors as on the MBP

ERROR: test_huber (test_scale.TestScale)
ERROR: test_huberaxes (test_scale.TestScale)
ERROR: no_test_no_check_return (test_wx_spec.TestWxConverter)
ERROR: test_var_in (test_wx_spec.TestWxConverter)

There seems to be a problem in that
/noc/users/agn/src/python/scipy/scipy/weave/wx_spec.py *only* searches
for the wx base directory in /usr/lib/wx*. Should it also include e.g.
os.environ['WXDIR'] in searched_locations?

-George Nurser
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MBP_scipy.test
Type: application/octet-stream
Size: 12428 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20080625/8a5e1d9b/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Sun_scipy.test
Type: application/octet-stream
Size: 14110 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20080625/8a5e1d9b/attachment-0001.obj>


More information about the SciPy-Dev mailing list