[SciPy-dev] test errors blocking 0.7.x branch

josef.pktd at gmail.com josef.pktd at gmail.com
Wed Jan 7 00:17:05 EST 2009


But,if possible, I would like one additional test in weave to be
skipped on windows with mingw compiler

scipy\weave\tests\test_ext_tools.py:test_with_include

printing to stout

               std::cout << std::endl;
               std::cout << "test printing a value:" << a << std::endl;

crashes python (segfault). (I never filed a ticket)
The test is only run with test('full') which you recommend in the release notes.

without the segfaulting test, I get 2 known failures and 7 skips in weave
for the wx tests in weave I get the 7 skips:
 (test_wx_spec.TestWxConverter) ... SKIP: (error was Could not locate
wxPython base directory.)

Josef



More information about the SciPy-Dev mailing list