On Fri, Aug 20, 2010 at 12:27 PM, Stefan Behnel <stefan...@behnel.de> wrote: > Lisandro Dalcin, 20.08.2010 19:20: >> In the following OS's/compilers combinations with Python 2.6, the >> testsuite runs cleanly. >> >> - Windows XP, MSVC >> - Linux 64, Intel Compiler (only C, no C++) >> - OpenSolaris 2009, SunPro compilers (only C, no C++) > > Cool. Thanks for testing! > > > > A test in OS X would be really nice before release... > > I would assume that Robert did that already.
In case he didn't :-) The testsuite passes on OS X, 10.6.4, except for one. I'm fairly certain it's an issue on my box with multiple virtualenv environments. [178]$ ../bin/python runtests.py -vv --no-cleanup embed Running tests against Cython 0.13.rc1 Python 2.6.4 |CUSTOM| (r264:75706, Dec 11 2009, 10:58:54) [GCC 4.0.1 (Apple Inc. build 5465)] compiling (c) and running embedsignatures ... Doctest: embedsignatures ... ok compiling (cpp) and running embedsignatures ... Doctest: embedsignatures ... ok test_embed (__main__.EmbedTest) ... i686-apple-darwin10-gcc-4.2.1: Python.framework/Versions/6.0.1/Python: No such file or directory make: *** [embedded] Error 1 FAIL ====================================================================== FAIL: test_embed (__main__.EmbedTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "runtests.py", line 649, in test_embed "make PYTHON='%s' test > make.output" % sys.executable) == 0) AssertionError ---------------------------------------------------------------------- Ran 5 tests in 6.400s FAILED (failures=1) _______________________________________________ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.net/mailman/listinfo/cython-dev