I'm in the process of adding some pxd's in Cython/Includes for POSIX (up to now, I've implemented 'fcntl' and 'unistd'). I want to add some tests, I've started implementing a context manager for temporarily stdout redirection to /dev/null in order to call a noisy, external C function with lots of hard-wired 'printf' calls.
But these tests will not run on Windows. Could any of you fix runtests.py to filter testcases with 'posix' in their name if os.name()!='posix' ? I could do it myself after some research, but I bet Stefan/Robert can implement it in 5 seconds :-) After that, I could push my POSIX stuff. PS: Cython's testsuite is running on Windows (Vista+MSVC|MinGW) with 0(zero) failures! And I do not want to push things that could change that ;-) -- Lisandro Dalcin --------------- CIMEC (INTEC/CONICET-UNL) Predio CONICET-Santa Fe Colectora RN 168 Km 472, Paraje El Pozo Tel: +54-342-4511594 (ext 1011) Tel/Fax: +54-342-4511169 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
